java.io.Serializable
ExtendedBinding
public class Binding
extends java.lang.Object
implements java.io.Serializable
Constructor | Description |
---|---|
Binding() |
Modifier and Type | Method | Description |
---|---|---|
void |
addAttributeBinding(int index,
ComponentBindingType vAttributeBinding) |
|
void |
addAttributeBinding(ComponentBindingType vAttributeBinding) |
|
void |
addComplexTypeBinding(int index,
ComponentBindingType vComplexTypeBinding) |
|
void |
addComplexTypeBinding(ComponentBindingType vComplexTypeBinding) |
|
void |
addComponentBinding(int index,
ComponentBindingType vComponentBinding) |
|
void |
addComponentBinding(ComponentBindingType vComponentBinding) |
|
void |
addElementBinding(int index,
ComponentBindingType vElementBinding) |
|
void |
addElementBinding(ComponentBindingType vElementBinding) |
|
void |
addEnumBinding(int index,
ComponentBindingType vEnumBinding) |
|
void |
addEnumBinding(ComponentBindingType vEnumBinding) |
|
void |
addGroupBinding(int index,
ComponentBindingType vGroupBinding) |
|
void |
addGroupBinding(ComponentBindingType vGroupBinding) |
|
void |
addInclude(int index,
IncludeType vInclude) |
|
void |
addInclude(IncludeType vInclude) |
|
void |
addPackage(int index,
PackageType vPackage) |
|
void |
addPackage(PackageType vPackage) |
|
void |
addSimpleTypeBinding(int index,
ComponentBindingType vSimpleTypeBinding) |
|
void |
addSimpleTypeBinding(ComponentBindingType vSimpleTypeBinding) |
|
java.util.Enumeration |
enumerateAttributeBinding() |
Method enumerateAttributeBinding.
|
java.util.Enumeration |
enumerateComplexTypeBinding() |
Method enumerateComplexTypeBinding.
|
java.util.Enumeration |
enumerateComponentBinding() |
Method enumerateComponentBinding.
|
java.util.Enumeration |
enumerateElementBinding() |
Method enumerateElementBinding.
|
java.util.Enumeration |
enumerateEnumBinding() |
Method enumerateEnumBinding.
|
java.util.Enumeration |
enumerateGroupBinding() |
Method enumerateGroupBinding.
|
java.util.Enumeration |
enumerateInclude() |
Method enumerateInclude.
|
java.util.Enumeration |
enumeratePackage() |
Method enumeratePackage.
|
java.util.Enumeration |
enumerateSimpleTypeBinding() |
Method enumerateSimpleTypeBinding.
|
ComponentBindingType[] |
getAttributeBinding() |
Method getAttributeBinding.Returns the contents of the
collection in an Array.
|
ComponentBindingType |
getAttributeBinding(int index) |
Method getAttributeBinding.
|
int |
getAttributeBindingCount() |
Method getAttributeBindingCount.
|
AutomaticNamingType |
getAutomaticNaming() |
Returns the value of field 'automaticNaming'.
|
ComponentBindingType[] |
getComplexTypeBinding() |
Method getComplexTypeBinding.Returns the contents of the
collection in an Array.
|
ComponentBindingType |
getComplexTypeBinding(int index) |
Method getComplexTypeBinding.
|
int |
getComplexTypeBindingCount() |
Method getComplexTypeBindingCount.
|
ComponentBindingType[] |
getComponentBinding() |
Method getComponentBinding.Returns the contents of the
collection in an Array.
|
ComponentBindingType |
getComponentBinding(int index) |
Method getComponentBinding.
|
int |
getComponentBindingCount() |
Method getComponentBindingCount.
|
BindingType |
getDefaultBindingType() |
Returns the value of field 'defaultBindingType'.
|
ComponentBindingType[] |
getElementBinding() |
Method getElementBinding.Returns the contents of the
collection in an Array.
|
ComponentBindingType |
getElementBinding(int index) |
Method getElementBinding.
|
int |
getElementBindingCount() |
Method getElementBindingCount.
|
ComponentBindingType[] |
getEnumBinding() |
Method getEnumBinding.Returns the contents of the collection
in an Array.
|
ComponentBindingType |
getEnumBinding(int index) |
Method getEnumBinding.
|
int |
getEnumBindingCount() |
Method getEnumBindingCount.
|
ComponentBindingType[] |
getGroupBinding() |
Method getGroupBinding.Returns the contents of the
collection in an Array.
|
ComponentBindingType |
getGroupBinding(int index) |
Method getGroupBinding.
|
int |
getGroupBindingCount() |
Method getGroupBindingCount.
|
IncludeType[] |
getInclude() |
Method getInclude.Returns the contents of the collection in
an Array.
|
IncludeType |
getInclude(int index) |
Method getInclude.
|
int |
getIncludeCount() |
Method getIncludeCount.
|
NamingXMLType |
getNamingXML() |
Returns the value of field 'namingXML'.
|
PackageType[] |
getPackage() |
Method getPackage.Returns the contents of the collection in
an Array.
|
PackageType |
getPackage(int index) |
Method getPackage.
|
int |
getPackageCount() |
Method getPackageCount.
|
ComponentBindingType[] |
getSimpleTypeBinding() |
Method getSimpleTypeBinding.Returns the contents of the
collection in an Array.
|
ComponentBindingType |
getSimpleTypeBinding(int index) |
Method getSimpleTypeBinding.
|
int |
getSimpleTypeBindingCount() |
Method getSimpleTypeBindingCount.
|
boolean |
isValid() |
Method isValid.
|
java.util.Iterator |
iterateAttributeBinding() |
Method iterateAttributeBinding.
|
java.util.Iterator |
iterateComplexTypeBinding() |
Method iterateComplexTypeBinding.
|
java.util.Iterator |
iterateComponentBinding() |
Method iterateComponentBinding.
|
java.util.Iterator |
iterateElementBinding() |
Method iterateElementBinding.
|
java.util.Iterator |
iterateEnumBinding() |
Method iterateEnumBinding.
|
java.util.Iterator |
iterateGroupBinding() |
Method iterateGroupBinding.
|
java.util.Iterator |
iterateInclude() |
Method iterateInclude.
|
java.util.Iterator |
iteratePackage() |
Method iteratePackage.
|
java.util.Iterator |
iterateSimpleTypeBinding() |
Method iterateSimpleTypeBinding.
|
void |
marshal(java.io.Writer out) |
|
void |
marshal(org.xml.sax.ContentHandler handler) |
|
void |
removeAllAttributeBinding() |
|
void |
removeAllComplexTypeBinding() |
|
void |
removeAllComponentBinding() |
|
void |
removeAllElementBinding() |
|
void |
removeAllEnumBinding() |
|
void |
removeAllGroupBinding() |
|
void |
removeAllInclude() |
|
void |
removeAllPackage() |
|
void |
removeAllSimpleTypeBinding() |
|
boolean |
removeAttributeBinding(ComponentBindingType vAttributeBinding) |
Method removeAttributeBinding.
|
ComponentBindingType |
removeAttributeBindingAt(int index) |
Method removeAttributeBindingAt.
|
boolean |
removeComplexTypeBinding(ComponentBindingType vComplexTypeBinding) |
Method removeComplexTypeBinding.
|
ComponentBindingType |
removeComplexTypeBindingAt(int index) |
Method removeComplexTypeBindingAt.
|
boolean |
removeComponentBinding(ComponentBindingType vComponentBinding) |
Method removeComponentBinding.
|
ComponentBindingType |
removeComponentBindingAt(int index) |
Method removeComponentBindingAt.
|
boolean |
removeElementBinding(ComponentBindingType vElementBinding) |
Method removeElementBinding.
|
ComponentBindingType |
removeElementBindingAt(int index) |
Method removeElementBindingAt.
|
boolean |
removeEnumBinding(ComponentBindingType vEnumBinding) |
Method removeEnumBinding.
|
ComponentBindingType |
removeEnumBindingAt(int index) |
Method removeEnumBindingAt.
|
boolean |
removeGroupBinding(ComponentBindingType vGroupBinding) |
Method removeGroupBinding.
|
ComponentBindingType |
removeGroupBindingAt(int index) |
Method removeGroupBindingAt.
|
boolean |
removeInclude(IncludeType vInclude) |
Method removeInclude.
|
IncludeType |
removeIncludeAt(int index) |
Method removeIncludeAt.
|
boolean |
removePackage(PackageType vPackage) |
Method removePackage.
|
PackageType |
removePackageAt(int index) |
Method removePackageAt.
|
boolean |
removeSimpleTypeBinding(ComponentBindingType vSimpleTypeBinding) |
Method removeSimpleTypeBinding.
|
ComponentBindingType |
removeSimpleTypeBindingAt(int index) |
Method removeSimpleTypeBindingAt.
|
void |
setAttributeBinding(int index,
ComponentBindingType vAttributeBinding) |
|
void |
setAttributeBinding(ComponentBindingType[] vAttributeBindingArray) |
|
void |
setAutomaticNaming(AutomaticNamingType automaticNaming) |
Sets the value of field 'automaticNaming'.
|
void |
setComplexTypeBinding(int index,
ComponentBindingType vComplexTypeBinding) |
|
void |
setComplexTypeBinding(ComponentBindingType[] vComplexTypeBindingArray) |
|
void |
setComponentBinding(int index,
ComponentBindingType vComponentBinding) |
|
void |
setComponentBinding(ComponentBindingType[] vComponentBindingArray) |
|
void |
setDefaultBindingType(BindingType defaultBindingType) |
Sets the value of field 'defaultBindingType'.
|
void |
setElementBinding(int index,
ComponentBindingType vElementBinding) |
|
void |
setElementBinding(ComponentBindingType[] vElementBindingArray) |
|
void |
setEnumBinding(int index,
ComponentBindingType vEnumBinding) |
|
void |
setEnumBinding(ComponentBindingType[] vEnumBindingArray) |
|
void |
setGroupBinding(int index,
ComponentBindingType vGroupBinding) |
|
void |
setGroupBinding(ComponentBindingType[] vGroupBindingArray) |
|
void |
setInclude(int index,
IncludeType vInclude) |
|
void |
setInclude(IncludeType[] vIncludeArray) |
|
void |
setNamingXML(NamingXMLType namingXML) |
Sets the value of field 'namingXML'.
|
void |
setPackage(int index,
PackageType vPackage) |
|
void |
setPackage(PackageType[] vPackageArray) |
|
void |
setSimpleTypeBinding(int index,
ComponentBindingType vSimpleTypeBinding) |
|
void |
setSimpleTypeBinding(ComponentBindingType[] vSimpleTypeBindingArray) |
|
static Binding |
unmarshalBinding(java.io.Reader reader) |
Method unmarshalBinding.
|
void |
validate() |
public void addAttributeBinding(ComponentBindingType vAttributeBinding) throws java.lang.IndexOutOfBoundsException
vAttributeBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addAttributeBinding(int index, ComponentBindingType vAttributeBinding) throws java.lang.IndexOutOfBoundsException
index
- vAttributeBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addComplexTypeBinding(ComponentBindingType vComplexTypeBinding) throws java.lang.IndexOutOfBoundsException
vComplexTypeBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addComplexTypeBinding(int index, ComponentBindingType vComplexTypeBinding) throws java.lang.IndexOutOfBoundsException
index
- vComplexTypeBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addComponentBinding(ComponentBindingType vComponentBinding) throws java.lang.IndexOutOfBoundsException
vComponentBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addComponentBinding(int index, ComponentBindingType vComponentBinding) throws java.lang.IndexOutOfBoundsException
index
- vComponentBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addElementBinding(ComponentBindingType vElementBinding) throws java.lang.IndexOutOfBoundsException
vElementBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addElementBinding(int index, ComponentBindingType vElementBinding) throws java.lang.IndexOutOfBoundsException
index
- vElementBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addEnumBinding(ComponentBindingType vEnumBinding) throws java.lang.IndexOutOfBoundsException
vEnumBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addEnumBinding(int index, ComponentBindingType vEnumBinding) throws java.lang.IndexOutOfBoundsException
index
- vEnumBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addGroupBinding(ComponentBindingType vGroupBinding) throws java.lang.IndexOutOfBoundsException
vGroupBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addGroupBinding(int index, ComponentBindingType vGroupBinding) throws java.lang.IndexOutOfBoundsException
index
- vGroupBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addInclude(IncludeType vInclude) throws java.lang.IndexOutOfBoundsException
vInclude
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addInclude(int index, IncludeType vInclude) throws java.lang.IndexOutOfBoundsException
index
- vInclude
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addPackage(PackageType vPackage) throws java.lang.IndexOutOfBoundsException
vPackage
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addPackage(int index, PackageType vPackage) throws java.lang.IndexOutOfBoundsException
index
- vPackage
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addSimpleTypeBinding(ComponentBindingType vSimpleTypeBinding) throws java.lang.IndexOutOfBoundsException
vSimpleTypeBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addSimpleTypeBinding(int index, ComponentBindingType vSimpleTypeBinding) throws java.lang.IndexOutOfBoundsException
index
- vSimpleTypeBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration enumerateAttributeBinding()
public java.util.Enumeration enumerateComplexTypeBinding()
public java.util.Enumeration enumerateComponentBinding()
public java.util.Enumeration enumerateElementBinding()
public java.util.Enumeration enumerateEnumBinding()
public java.util.Enumeration enumerateGroupBinding()
public java.util.Enumeration enumerateInclude()
public java.util.Enumeration enumeratePackage()
public java.util.Enumeration enumerateSimpleTypeBinding()
public ComponentBindingType getAttributeBinding(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic ComponentBindingType[] getAttributeBinding()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getAttributeBindingCount()
public AutomaticNamingType getAutomaticNaming()
public ComponentBindingType getComplexTypeBinding(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic ComponentBindingType[] getComplexTypeBinding()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getComplexTypeBindingCount()
public ComponentBindingType getComponentBinding(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic ComponentBindingType[] getComponentBinding()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getComponentBindingCount()
public BindingType getDefaultBindingType()
public ComponentBindingType getElementBinding(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic ComponentBindingType[] getElementBinding()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getElementBindingCount()
public ComponentBindingType getEnumBinding(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic ComponentBindingType[] getEnumBinding()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getEnumBindingCount()
public ComponentBindingType getGroupBinding(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic ComponentBindingType[] getGroupBinding()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getGroupBindingCount()
public IncludeType getInclude(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic IncludeType[] getInclude()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getIncludeCount()
public NamingXMLType getNamingXML()
public PackageType getPackage(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic PackageType[] getPackage()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getPackageCount()
public ComponentBindingType getSimpleTypeBinding(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic ComponentBindingType[] getSimpleTypeBinding()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getSimpleTypeBindingCount()
public boolean isValid()
public java.util.Iterator iterateAttributeBinding()
public java.util.Iterator iterateComplexTypeBinding()
public java.util.Iterator iterateComponentBinding()
public java.util.Iterator iterateElementBinding()
public java.util.Iterator iterateEnumBinding()
public java.util.Iterator iterateGroupBinding()
public java.util.Iterator iterateInclude()
public java.util.Iterator iteratePackage()
public java.util.Iterator iterateSimpleTypeBinding()
public void marshal(java.io.Writer out) throws MarshalException, ValidationException
out
- MarshalException
- if object is
null or if any SAXException is thrown during marshalingValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, MarshalException, ValidationException
handler
- java.io.IOException
- if an IOException occurs during
marshalingValidationException
- if this
object is an invalid instance according to the schemaMarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void removeAllAttributeBinding()
public void removeAllComplexTypeBinding()
public void removeAllComponentBinding()
public void removeAllElementBinding()
public void removeAllEnumBinding()
public void removeAllGroupBinding()
public void removeAllInclude()
public void removeAllPackage()
public void removeAllSimpleTypeBinding()
public boolean removeAttributeBinding(ComponentBindingType vAttributeBinding)
vAttributeBinding
- public ComponentBindingType removeAttributeBindingAt(int index)
index
- public boolean removeComplexTypeBinding(ComponentBindingType vComplexTypeBinding)
vComplexTypeBinding
- public ComponentBindingType removeComplexTypeBindingAt(int index)
index
- public boolean removeComponentBinding(ComponentBindingType vComponentBinding)
vComponentBinding
- public ComponentBindingType removeComponentBindingAt(int index)
index
- public boolean removeElementBinding(ComponentBindingType vElementBinding)
vElementBinding
- public ComponentBindingType removeElementBindingAt(int index)
index
- public boolean removeEnumBinding(ComponentBindingType vEnumBinding)
vEnumBinding
- public ComponentBindingType removeEnumBindingAt(int index)
index
- public boolean removeGroupBinding(ComponentBindingType vGroupBinding)
vGroupBinding
- public ComponentBindingType removeGroupBindingAt(int index)
index
- public boolean removeInclude(IncludeType vInclude)
vInclude
- public IncludeType removeIncludeAt(int index)
index
- public boolean removePackage(PackageType vPackage)
vPackage
- public PackageType removePackageAt(int index)
index
- public boolean removeSimpleTypeBinding(ComponentBindingType vSimpleTypeBinding)
vSimpleTypeBinding
- public ComponentBindingType removeSimpleTypeBindingAt(int index)
index
- public void setAttributeBinding(int index, ComponentBindingType vAttributeBinding) throws java.lang.IndexOutOfBoundsException
index
- vAttributeBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setAttributeBinding(ComponentBindingType[] vAttributeBindingArray)
vAttributeBindingArray
- public void setAutomaticNaming(AutomaticNamingType automaticNaming)
automaticNaming
- the value of field 'automaticNaming'.public void setComplexTypeBinding(int index, ComponentBindingType vComplexTypeBinding) throws java.lang.IndexOutOfBoundsException
index
- vComplexTypeBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setComplexTypeBinding(ComponentBindingType[] vComplexTypeBindingArray)
vComplexTypeBindingArray
- public void setComponentBinding(int index, ComponentBindingType vComponentBinding) throws java.lang.IndexOutOfBoundsException
index
- vComponentBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setComponentBinding(ComponentBindingType[] vComponentBindingArray)
vComponentBindingArray
- public void setDefaultBindingType(BindingType defaultBindingType)
defaultBindingType
- the value of field
'defaultBindingType'.public void setElementBinding(int index, ComponentBindingType vElementBinding) throws java.lang.IndexOutOfBoundsException
index
- vElementBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setElementBinding(ComponentBindingType[] vElementBindingArray)
vElementBindingArray
- public void setEnumBinding(int index, ComponentBindingType vEnumBinding) throws java.lang.IndexOutOfBoundsException
index
- vEnumBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setEnumBinding(ComponentBindingType[] vEnumBindingArray)
vEnumBindingArray
- public void setGroupBinding(int index, ComponentBindingType vGroupBinding) throws java.lang.IndexOutOfBoundsException
index
- vGroupBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setGroupBinding(ComponentBindingType[] vGroupBindingArray)
vGroupBindingArray
- public void setInclude(int index, IncludeType vInclude) throws java.lang.IndexOutOfBoundsException
index
- vInclude
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setInclude(IncludeType[] vIncludeArray)
vIncludeArray
- public void setNamingXML(NamingXMLType namingXML)
namingXML
- the value of field 'namingXML'.public void setPackage(int index, PackageType vPackage) throws java.lang.IndexOutOfBoundsException
index
- vPackage
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setPackage(PackageType[] vPackageArray)
vPackageArray
- public void setSimpleTypeBinding(int index, ComponentBindingType vSimpleTypeBinding) throws java.lang.IndexOutOfBoundsException
index
- vSimpleTypeBinding
- java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setSimpleTypeBinding(ComponentBindingType[] vSimpleTypeBindingArray)
vSimpleTypeBindingArray
- public static Binding unmarshalBinding(java.io.Reader reader) throws MarshalException, ValidationException
reader
- MarshalException
- if object is
null or if any SAXException is thrown during marshalingValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws ValidationException
ValidationException
- if this
object is an invalid instance according to the schemaIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com