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
- Author:
- Vivek Pandey
RPC Structure that will be used to create RpcLitPayload latter
| 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(javax.xml.namespace.QName name,
JAXBModel jaxbModel)
RpcLitStructure
public RpcLitStructure(javax.xml.namespace.QName name,
JAXBModel jaxbModel,
java.util.List<RpcLitMember> members)
accept
public void accept(JAXBTypeVisitor visitor)
throws java.lang.Exception
- Throws:
java.lang.Exception
getRpcLitMembers
public java.util.List<RpcLitMember> getRpcLitMembers()
setRpcLitMembers
public java.util.List<RpcLitMember> setRpcLitMembers(java.util.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
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.