Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
Packages that use XmlSchemaType
-
Uses of XmlSchemaType in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlSchemaTypeModifier and TypeFieldDescriptionprotected XmlSchemaTypeXmlAttribute.xmlSchemaTypeprotected XmlSchemaTypeXmlBindings.xmlSchemaTypeprotected XmlSchemaTypeXmlElement.xmlSchemaTypeFields in org.eclipse.persistence.jaxb.xmlmodel with type parameters of type XmlSchemaTypeMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlSchemaTypeModifier and TypeMethodDescriptionObjectFactory.createXmlSchemaType()Create an instance ofXmlSchemaTypeXmlAttribute.getXmlSchemaType()Gets the value of the xmlSchemaType property.XmlBindings.getXmlSchemaType()Gets the value of the xmlSchemaType property.XmlElement.getXmlSchemaType()Gets the value of the xmlSchemaType property.Methods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlSchemaTypeModifier and TypeMethodDescriptionXmlSchemaTypes.getXmlSchemaType()Gets the value of the xmlSchemaType property.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlSchemaTypeModifier and TypeMethodDescriptionvoidXmlAttribute.setXmlSchemaType(XmlSchemaType value) Sets the value of the xmlSchemaType property.voidXmlBindings.setXmlSchemaType(XmlSchemaType value) Sets the value of the xmlSchemaType property.voidXmlElement.setXmlSchemaType(XmlSchemaType value) Sets the value of the xmlSchemaType property.