Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
-
Packages that use XmlSchemaType Package Description org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlSchemaType in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlSchemaType Modifier and Type Field Description protected XmlSchemaTypeXmlAttribute. xmlSchemaTypeprotected XmlSchemaTypeXmlBindings. xmlSchemaTypeprotected XmlSchemaTypeXmlElement. xmlSchemaTypeFields in org.eclipse.persistence.jaxb.xmlmodel with type parameters of type XmlSchemaType Modifier and Type Field Description protected List<XmlSchemaType>XmlSchemaTypes. xmlSchemaTypeMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlSchemaType Modifier and Type Method Description XmlSchemaTypeObjectFactory. createXmlSchemaType()Create an instance ofXmlSchemaTypeXmlSchemaTypeXmlAttribute. getXmlSchemaType()Gets the value of the xmlSchemaType property.XmlSchemaTypeXmlBindings. getXmlSchemaType()Gets the value of the xmlSchemaType property.XmlSchemaTypeXmlElement. getXmlSchemaType()Gets the value of the xmlSchemaType property.Methods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlSchemaType Modifier and Type Method Description List<XmlSchemaType>XmlSchemaTypes. getXmlSchemaType()Gets the value of the xmlSchemaType property.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlSchemaType Modifier and Type Method Description voidXmlAttribute. 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.
-