Uses of Interface
org.w3.x2001.xmlSchema.TotalDigitsDocument.TotalDigits

Packages that use TotalDigitsDocument.TotalDigits
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of TotalDigitsDocument.TotalDigits in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return TotalDigitsDocument.TotalDigits
 TotalDigitsDocument.TotalDigits RestrictionDocument.Restriction.addNewTotalDigits()
          Appends and returns a new empty value (as xml) as the last "totalDigits" element
 TotalDigitsDocument.TotalDigits RestrictionType.addNewTotalDigits()
          Appends and returns a new empty value (as xml) as the last "totalDigits" element
 TotalDigitsDocument.TotalDigits TotalDigitsDocument.addNewTotalDigits()
          Appends and returns a new empty "totalDigits" element
 TotalDigitsDocument.TotalDigits TotalDigitsDocument.getTotalDigits()
          Gets the "totalDigits" element
 TotalDigitsDocument.TotalDigits[] RestrictionDocument.Restriction.getTotalDigitsArray()
          Gets array of all "totalDigits" elements
 TotalDigitsDocument.TotalDigits[] RestrictionType.getTotalDigitsArray()
          Gets array of all "totalDigits" elements
 TotalDigitsDocument.TotalDigits RestrictionDocument.Restriction.getTotalDigitsArray(int i)
          Gets ith "totalDigits" element
 TotalDigitsDocument.TotalDigits RestrictionType.getTotalDigitsArray(int i)
          Gets ith "totalDigits" element
 TotalDigitsDocument.TotalDigits RestrictionDocument.Restriction.insertNewTotalDigits(int i)
          Inserts and returns a new empty value (as xml) as the ith "totalDigits" element
 TotalDigitsDocument.TotalDigits RestrictionType.insertNewTotalDigits(int i)
          Inserts and returns a new empty value (as xml) as the ith "totalDigits" element
static TotalDigitsDocument.TotalDigits TotalDigitsDocument.TotalDigits.Factory.newInstance()
           
static TotalDigitsDocument.TotalDigits TotalDigitsDocument.TotalDigits.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type TotalDigitsDocument.TotalDigits
 void TotalDigitsDocument.setTotalDigits(TotalDigitsDocument.TotalDigits totalDigits)
          Sets the "totalDigits" element
 void RestrictionDocument.Restriction.setTotalDigitsArray(int i, TotalDigitsDocument.TotalDigits totalDigits)
          Sets ith "totalDigits" element
 void RestrictionType.setTotalDigitsArray(int i, TotalDigitsDocument.TotalDigits totalDigits)
          Sets ith "totalDigits" element
 void RestrictionDocument.Restriction.setTotalDigitsArray(TotalDigitsDocument.TotalDigits[] totalDigitsArray)
          Sets array of all "totalDigits" element
 void RestrictionType.setTotalDigitsArray(TotalDigitsDocument.TotalDigits[] totalDigitsArray)
          Sets array of all "totalDigits" element
 

Uses of TotalDigitsDocument.TotalDigits in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement TotalDigitsDocument.TotalDigits
static class TotalDigitsDocumentImpl.TotalDigitsImpl
          An XML totalDigits(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return TotalDigitsDocument.TotalDigits
 TotalDigitsDocument.TotalDigits RestrictionTypeImpl.addNewTotalDigits()
          Appends and returns a new empty value (as xml) as the last "totalDigits" element
 TotalDigitsDocument.TotalDigits TotalDigitsDocumentImpl.addNewTotalDigits()
          Appends and returns a new empty "totalDigits" element
 TotalDigitsDocument.TotalDigits RestrictionDocumentImpl.RestrictionImpl.addNewTotalDigits()
          Appends and returns a new empty value (as xml) as the last "totalDigits" element
 TotalDigitsDocument.TotalDigits TotalDigitsDocumentImpl.getTotalDigits()
          Gets the "totalDigits" element
 TotalDigitsDocument.TotalDigits[] RestrictionTypeImpl.getTotalDigitsArray()
          Gets array of all "totalDigits" elements
 TotalDigitsDocument.TotalDigits[] RestrictionDocumentImpl.RestrictionImpl.getTotalDigitsArray()
          Gets array of all "totalDigits" elements
 TotalDigitsDocument.TotalDigits RestrictionTypeImpl.getTotalDigitsArray(int i)
          Gets ith "totalDigits" element
 TotalDigitsDocument.TotalDigits RestrictionDocumentImpl.RestrictionImpl.getTotalDigitsArray(int i)
          Gets ith "totalDigits" element
 TotalDigitsDocument.TotalDigits RestrictionTypeImpl.insertNewTotalDigits(int i)
          Inserts and returns a new empty value (as xml) as the ith "totalDigits" element
 TotalDigitsDocument.TotalDigits RestrictionDocumentImpl.RestrictionImpl.insertNewTotalDigits(int i)
          Inserts and returns a new empty value (as xml) as the ith "totalDigits" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type TotalDigitsDocument.TotalDigits
 void TotalDigitsDocumentImpl.setTotalDigits(TotalDigitsDocument.TotalDigits totalDigits)
          Sets the "totalDigits" element
 void RestrictionTypeImpl.setTotalDigitsArray(int i, TotalDigitsDocument.TotalDigits totalDigits)
          Sets ith "totalDigits" element
 void RestrictionDocumentImpl.RestrictionImpl.setTotalDigitsArray(int i, TotalDigitsDocument.TotalDigits totalDigits)
          Sets ith "totalDigits" element
 void RestrictionTypeImpl.setTotalDigitsArray(TotalDigitsDocument.TotalDigits[] totalDigitsArray)
          Sets array of all "totalDigits" element
 void RestrictionDocumentImpl.RestrictionImpl.setTotalDigitsArray(TotalDigitsDocument.TotalDigits[] totalDigitsArray)
          Sets array of all "totalDigits" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.