Class JAXBStructuredType
java.lang.Object
com.sun.tools.ws.processor.model.AbstractType
com.sun.tools.ws.processor.model.jaxb.JAXBType
com.sun.tools.ws.processor.model.jaxb.JAXBStructuredType
Top-level binding between JAXB generated Java type
and XML Schema element declaration.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Constructor Summary
ConstructorsConstructorDescriptionJAXBStructuredType(JAXBType jaxbType) JAXBStructuredType(QName name) JAXBStructuredType(QName name, JavaStructureType javaType) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddSubtype(JAXBStructuredType type) intbooleanvoidvoidsetParentType(JAXBStructuredType parent) voidMethods inherited from class com.sun.tools.ws.processor.model.jaxb.JAXBType
accept, getJaxbMapping, getJaxbModel, getWrapperChildren, hasWrapperChildren, isLiteralType, isUnwrappable, setJaxbMapping, setJaxbModel, setUnwrapped, setWrapperChildrenMethods 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
-
JAXBStructuredType
-
JAXBStructuredType
public JAXBStructuredType() -
JAXBStructuredType
-
JAXBStructuredType
-
-
Method Details
-
add
-
getElementMembers
-
getElementMembersCount
public int getElementMembersCount() -
getElementMembersList
-
setElementMembersList
-
addSubtype
-
getSubtypes
-
isUnwrapped
public boolean isUnwrapped()- Overrides:
isUnwrappedin classJAXBType
-
getSubtypesSet
-
setSubtypesSet
-
setParentType
-
getParentType
-