Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlAccessType
-
Packages that use XmlAccessType Package Description org.eclipse.persistence.jaxb.compiler org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlAccessType in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlAccessType Modifier and Type Method Description XmlAccessTypePackageInfo. getAccessType()XmlAccessTypeTypeInfo. getXmlAccessType()Return the xmlAccessType for this TypeInfo.Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlAccessType Modifier and Type Method Description voidPackageInfo. setAccessType(XmlAccessType accessType)voidTypeInfo. setXmlAccessType(XmlAccessType xmlAccessType)Set the xmlAccessType for this TypeInfo. -
Uses of XmlAccessType in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlAccessType Modifier and Type Field Description protected XmlAccessTypeJavaAttribute. xmlAccessorTypeprotected XmlAccessTypeJavaType. xmlAccessorTypeprotected XmlAccessTypeXmlBindings. xmlAccessorTypeMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlAccessType Modifier and Type Method Description static XmlAccessTypeXmlAccessType. fromValue(String v)XmlAccessTypeJavaAttribute. getXmlAccessorType()Gets the value of the xmlAccessorType property.XmlAccessTypeJavaType. getXmlAccessorType()Gets the value of the xmlAccessorType property.XmlAccessTypeXmlBindings. getXmlAccessorType()Gets the value of the xmlAccessorType property.static XmlAccessTypeXmlAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlAccessType[]XmlAccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlAccessType Modifier and Type Method Description voidJavaAttribute. setXmlAccessorType(XmlAccessType value)Sets the value of the xmlAccessorType property.voidJavaType. setXmlAccessorType(XmlAccessType value)Sets the value of the xmlAccessorType property.voidXmlBindings. setXmlAccessorType(XmlAccessType value)Sets the value of the xmlAccessorType property.
-