Method Summary |
|
public void | addEnumFacet(String enumFacet) Adds the enumeration. |
public void | addMaxOccurs(QName qName, long maxOccurs) Adds the maxOccurs associated with a QName. |
public void | addMemberType(QName qname, String className) |
public void | addMinOccurs(QName qName, long minOccurs) Adds the minOccurs associated with a QName. |
public void | addtStatus(QName type, int mask) Adds a another status to a particular Qname. |
public void | clearTables() Clears the whole set of tables. |
public boolean | getAnyAttributeStatusForQName(QName qName) Gets whether a given QName has the any attribute status. |
public boolean | getAnyStatusForQName(QName qName) |
public boolean | getArrayStatusForQName(QName qName) Gets whether a given QName refers to an array. |
public boolean | getAttributeStatusForQName(QName qName) |
public boolean | getBinaryStatusForQName(QName qName) Gets whether a given QName refers to binary. |
public String | getClassNameForQName(QName eltQName) Gets the class name for the QName. |
public boolean | getDefaultStatusForQName(QName qName) |
public Iterator | getElementQNameIterator() |
public List | getEnumFacet() Gets the enumeration. |
public String | getExtensionClassName() Sets the extensions base class name. |
public boolean | getInnerChoiceStatusForQName(QName qName) |
public String | getItemTypeClassName() |
public QName | getItemTypeQName() |
public long | getLengthFacet() Gets the length facet. |
public String | getMaxExclusiveFacet() Gets the maxExclusive. |
public String | getMaxInclusiveFacet() Gets the maxInclusive. |
public long | getMaxLengthFacet() Gets the maxLength. |
public long | getMaxOccurs(QName qName) Gets the maxOccurs associated with a QName. |
public Map | getMemberTypes() |
public String | getMinExclusiveFacet() Gets the minExclusive. |
public String | getMinInclusiveFacet() Gets the minInclusive. |
public long | getMinLengthFacet() Gets the minLength. |
public long | getMinOccurs(QName qName) Adds the minOccurs associated with a QName. |
public boolean | getOptionalAttributeStatusForQName(QName qName) Gets whether a given QName has the optional attribute status. |
public int | getOrderStartPoint() |
public QName[] | getOrderedQNameArray() |
public String | getOwnClassName() |
public QName | getOwnQname() |
public BeanWriterMetaInfoHolder | getParent() |
public boolean | getParticleTypeStatusForQName(QName qName) |
public String | getPatternFacet() Gets the pattern. |
public QName[] | getQNameArray() Gets the QName array - may not be ordered. |
public String | getRestrictionClassName() |
public QName | getSchemaQNameForQName(QName eltQName) Gets the schema name for the given QName. |
public boolean | getSimpleStatusForQName(QName qName) Gets whether a given QName refers to Simple Type. |
public boolean | isAnonymous() Gets the anonymous status. |
public boolean | isChoice() |
public boolean | isExtension() Gets the extension status. |
public boolean | isExtensionBaseType(QName extensionBaseType) Checks if it is a extension base type. |
public boolean | isHasParticleType() |
public boolean | isList() |
public boolean | isNillable(QName eltQName) |
public boolean | isOrdered() Gets the ordered status. |
public boolean | isParticleClass() |
public boolean | isRestriction() Gets the restriction status. |
public boolean | isRestrictionBaseType(QName restrictionBaseType) Checks if it is a restriction base type. |
public boolean | isSimple() |
public boolean | isUnion() |
public void | registerMapping(QName qName, QName schemaName, String javaClassName) Registers a mapping. |
public void | registerMapping(QName qName, QName schemaName, String javaClassName, int type) Registers a mapping. |
public void | registerNillableQName(QName eltQName) |
public void | registerQNameIndex(QName qName, int index) Registers a QName for the order. |
public void | setAnonymous(boolean anonymous) Sets the anonymous flag. |
public void | setAsParent(BeanWriterMetaInfoHolder metaInfo) |
public void | setChoice(boolean choice) |
public void | setEnumFacet(ArrayList enumFacet) Sets the enumeration. |
public void | setExtension(boolean extension) Sets the extension status. |
public void | setExtensionBaseType(QName extensionBaseType) Sets the extension basetype. |
public void | setExtensionClassName(String extensionClassName) Sets the extensions base class name. |
public void | setHasParticleType(boolean hasParticleType) |
public void | setItemTypeClassName(String itemTypeClassName) |
public void | setItemTypeQName(QName itemTypeQName) |
public void | setLengthFacet(long lengthFacet) Sets the length facet. |
public void | setList(boolean list) |
public void | setMaxExclusiveFacet(String maxExclusiveFacet) Sets the maxExclusive. |
public void | setMaxInclusiveFacet(String maxInclusiveFacet) Sets the maxInclusive. |
public void | setMaxLengthFacet(long maxLengthFacet) Sets the maxLength. |
public void | setMemberTypes(Map memberTypes) |
public void | setMinExclusiveFacet(String minExclusiveFacet) Sets the minExclusive. |
public void | setMinInclusiveFacet(String minInclusiveFacet) Sets the minInclusive. |
public void | setMinLengthFacet(long minLengthFacet) Sets the minLength. |
public void | setOrdered(boolean ordered) Sets the ordered flag. |
public void | setOwnClassName(String ownClassName) |
public void | setOwnQname(QName ownQname) |
public void | setParticleClass(boolean particleClass) |
public void | setPatternFacet(String patternFacet) Sets the pattern. |
public void | setRestriction(boolean restriction) Sets the restriction status. |
public void | setRestrictionBaseType(QName restrictionBaseType) Sets the restriction basetype. |
public void | setRestrictionClassName(String restrictionClassName) Sets the restriction base class name. |
public void | setSimple(boolean simple) |
public void | setUnion(boolean union) |