Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
Packages that use XmlType Package Description org.eclipse.persistence.jaxb.compiler org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlType in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlType Modifier and Type Method Description XmlTypeTypeInfo. getXmlType()Return the xmlType set on this TypeInfo.Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlType Modifier and Type Method Description voidTypeInfo. 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 XmlType Modifier and Type Field Description protected XmlTypeJavaType. xmlTypeMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlType Modifier and Type Method Description XmlTypeObjectFactory. createXmlType()Create an instance ofXmlTypeXmlTypeJavaType. getXmlType()Gets the value of the xmlType property.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlType Modifier and Type Method Description voidJavaType. setXmlType(XmlType value)Sets the value of the xmlType property.
-