com.sun.tools.ws.processor.model.jaxb
Class RpcLitStructure
java.lang.Object
com.sun.tools.ws.processor.model.AbstractType
com.sun.tools.ws.processor.model.jaxb.RpcLitStructure
public class RpcLitStructure
- extends AbstractType
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RpcLitStructure
public RpcLitStructure()
RpcLitStructure
public RpcLitStructure(QName name,
JAXBModel jaxbModel)
RpcLitStructure
public RpcLitStructure(QName name,
JAXBModel jaxbModel,
List<RpcLitMember> members)
accept
public void accept(JAXBTypeVisitor visitor)
throws Exception
- Throws:
Exception
getRpcLitMembers
public List<RpcLitMember> getRpcLitMembers()
setRpcLitMembers
public List<RpcLitMember> setRpcLitMembers(List<RpcLitMember> members)
addRpcLitMember
public void addRpcLitMember(RpcLitMember member)
getJaxbModel
public JAXBModel getJaxbModel()
- Returns:
- Returns the jaxbModel.
setJaxbModel
public void setJaxbModel(JAXBModel jaxbModel)
- Parameters:
jaxbModel
- The jaxbModel to set.
isLiteralType
public boolean isLiteralType()
- Overrides:
isLiteralType
in class AbstractType