Class SOAPAttributeOwningType
- java.lang.Object
-
- com.sun.xml.rpc.processor.model.AbstractType
-
- com.sun.xml.rpc.processor.model.soap.SOAPType
-
- com.sun.xml.rpc.processor.model.soap.SOAPAttributeOwningType
-
- Direct Known Subclasses:
SOAPStructureType
public abstract class SOAPAttributeOwningType extends SOAPType
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSOAPAttributeOwningType()protectedSOAPAttributeOwningType(QName name)protectedSOAPAttributeOwningType(QName name, JavaStructureType javaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(SOAPAttributeMember m)SOAPAttributeMembergetAttributeMemberByName(String name)IteratorgetAttributeMembers()intgetAttributeMembersCount()ListgetAttributeMembersList()voidsetAttributeMembersList(List l)-
Methods inherited from class com.sun.xml.rpc.processor.model.soap.SOAPType
accept, isNillable, isReferenceable, isSOAPType
-
Methods inherited from class com.sun.xml.rpc.processor.model.AbstractType
getJavaType, getName, getProperties, getPropertiesMap, getProperty, getVersion, isLiteralType, removeProperty, setJavaType, setName, setPropertiesMap, setProperty, setVersion
-
-
-
-
Constructor Detail
-
SOAPAttributeOwningType
protected SOAPAttributeOwningType()
-
SOAPAttributeOwningType
protected SOAPAttributeOwningType(QName name)
-
SOAPAttributeOwningType
protected SOAPAttributeOwningType(QName name, JavaStructureType javaType)
-
-
Method Detail
-
add
public void add(SOAPAttributeMember m)
-
getAttributeMemberByName
public SOAPAttributeMember getAttributeMemberByName(String name)
-
getAttributeMembers
public Iterator getAttributeMembers()
-
getAttributeMembersCount
public int getAttributeMembersCount()
-
getAttributeMembersList
public List getAttributeMembersList()
-
setAttributeMembersList
public void setAttributeMembersList(List l)
-
-