Class JAXBType
java.lang.Object
com.sun.tools.ws.processor.model.AbstractType
com.sun.tools.ws.processor.model.jaxb.JAXBType
- Direct Known Subclasses:
JAXBStructuredType
Top-level binding between JAXB generated Java type
and XML Schema element declaration.
- Author:
- Vivek Pandey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JAXBTypeVisitor visitor) booleanbooleanbooleanbooleanvoidsetJaxbMapping(JAXBMapping jaxbMapping) voidsetJaxbModel(JAXBModel jaxbModel) voidsetUnwrapped(boolean unwrapped) voidsetWrapperChildren(List<JAXBProperty> children) Methods inherited from class com.sun.tools.ws.processor.model.AbstractType
getJavaType, getName, getProperties, getPropertiesMap, getProperty, getVersion, isNillable, isSOAPType, removeProperty, setJavaType, setName, setPropertiesMap, setProperty, setVersion
-
Constructor Details
-
JAXBType
-
JAXBType
public JAXBType() -
JAXBType
-
JAXBType
-
-
Method Details
-
accept
- Throws:
Exception
-
isUnwrappable
public boolean isUnwrappable() -
hasWrapperChildren
public boolean hasWrapperChildren() -
isLiteralType
public boolean isLiteralType()- Overrides:
isLiteralTypein classAbstractType
-
getWrapperChildren
-
setWrapperChildren
-
getJaxbMapping
-
setJaxbMapping
-
setUnwrapped
public void setUnwrapped(boolean unwrapped) -
isUnwrapped
public boolean isUnwrapped() -
getJaxbModel
-
setJaxbModel
-