public class WSIO extends OBPNode
decsription, doc, id, markedForDelete, name, required, title, xmlLocalPartName, xmlLocation
Constructor and Description |
---|
WSIO() |
Modifier and Type | Method and Description |
---|---|
void |
addWSIOAttribute(WSIOAttribute wsioAttribute) |
void |
addWSIOChild(WSIO wsioChild) |
void |
addWSIOChildren(java.util.List addnlWsioChildren) |
boolean |
canExclude() |
WSIO |
getFirstChild() |
int |
getMaxOccurs() |
int |
getMinOccurs() |
WSIO |
getParent() |
javax.xml.namespace.QName |
getSchemaType() |
WSIOAttribute |
getWSIOAttribute(java.lang.String attrName) |
java.util.List |
getWSIOAttributes() |
java.util.Map |
getWSIOAttributesMap() |
java.util.List |
getWSIOChildren() |
boolean |
hasAttributes() |
boolean |
hasSingleChild() |
boolean |
isLeaf() |
boolean |
isMaxOccursUnbounded() |
boolean |
isRoot() |
boolean |
isWrapper() |
void |
setMaxOccurs(int maxOccurs) |
void |
setMinOccurs(int minOccurs) |
void |
setSchemaType(javax.xml.namespace.QName schemaType) |
void |
setWSIOChildren(java.util.List wsioChildren) |
getDecsription, getDoc, getId, getName, getTitle, getXMLLocalPartName, getXmlLocation, isMarkedForDelete, isRequired, markForDelete, setDecsription, setDoc, setName, setRequired, setTitle, setXmlLocation
public boolean hasAttributes()
public void setSchemaType(javax.xml.namespace.QName schemaType)
public javax.xml.namespace.QName getSchemaType()
public java.util.List getWSIOAttributes()
public WSIOAttribute getWSIOAttribute(java.lang.String attrName)
public void addWSIOAttribute(WSIOAttribute wsioAttribute)
public java.util.List getWSIOChildren()
public void addWSIOChild(WSIO wsioChild)
public void addWSIOChildren(java.util.List addnlWsioChildren)
public void setWSIOChildren(java.util.List wsioChildren)
wsioChildren
- the wsioChildren to setpublic int getMaxOccurs()
public void setMaxOccurs(int maxOccurs)
maxOccurs
- the maxOccurs to setpublic WSIO getParent()
public int getMinOccurs()
public void setMinOccurs(int minOccurs)
minOccurs
- the minOccurs to setpublic boolean canExclude()
public boolean isWrapper()
public boolean isLeaf()
public boolean isRoot()
public boolean hasSingleChild()
public WSIO getFirstChild()
public boolean isMaxOccursUnbounded()
public java.util.Map getWSIOAttributesMap()