Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlType
Packages that use XmlType
-
Uses of XmlType in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlTypeMethods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlTypeModifier and TypeMethodDescriptionvoidTypeInfo.setXmlType(XmlType xmlType) Set the xmlType for this TypeInfo. -
Uses of XmlType in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlTypeMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlTypeModifier and TypeMethodDescriptionObjectFactory.createXmlType()Create an instance ofXmlTypeJavaType.getXmlType()Gets the value of the xmlType property.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlTypeModifier and TypeMethodDescriptionvoidJavaType.setXmlType(XmlType value) Sets the value of the xmlType property.