|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rim.RegistryObjectType
org.oasis.ebxml.registry.bindings.rim.OrganizationType
Mapping of the same named interface in ebRIM.
Constructor Summary | |
OrganizationType()
|
Method Summary | |
void |
addTelephoneNumber(int index,
TelephoneNumber vTelephoneNumber)
|
void |
addTelephoneNumber(TelephoneNumber vTelephoneNumber)
|
void |
clearTelephoneNumber()
|
java.util.Enumeration |
enumerateTelephoneNumber()
|
Address |
getAddress()
Returns the value of field 'address'. |
java.lang.Object |
getParent()
Returns the value of field 'parent'. |
java.lang.Object |
getPrimaryContact()
Returns the value of field 'primaryContact'. |
TelephoneNumber[] |
getTelephoneNumber()
|
TelephoneNumber |
getTelephoneNumber(int index)
|
int |
getTelephoneNumberCount()
|
boolean |
isValid()
|
abstract void |
marshal(org.xml.sax.DocumentHandler handler)
|
abstract void |
marshal(java.io.Writer out)
|
boolean |
removeTelephoneNumber(TelephoneNumber vTelephoneNumber)
|
void |
setAddress(Address address)
Sets the value of field 'address'. |
void |
setParent(java.lang.Object parent)
Sets the value of field 'parent'. |
void |
setPrimaryContact(java.lang.Object primaryContact)
Sets the value of field 'primaryContact'. |
void |
setTelephoneNumber(int index,
TelephoneNumber vTelephoneNumber)
|
void |
setTelephoneNumber(TelephoneNumber[] telephoneNumberArray)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OrganizationType()
Method Detail |
public void addTelephoneNumber(TelephoneNumber vTelephoneNumber) throws java.lang.IndexOutOfBoundsException
vTelephoneNumber
-
java.lang.IndexOutOfBoundsException
public void addTelephoneNumber(int index, TelephoneNumber vTelephoneNumber) throws java.lang.IndexOutOfBoundsException
index
- vTelephoneNumber
-
java.lang.IndexOutOfBoundsException
public void clearTelephoneNumber()
public java.util.Enumeration enumerateTelephoneNumber()
public Address getAddress()
public java.lang.Object getParent()
public java.lang.Object getPrimaryContact()
public TelephoneNumber getTelephoneNumber(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public TelephoneNumber[] getTelephoneNumber()
public int getTelephoneNumberCount()
public boolean isValid()
isValid
in class RegistryObjectType
public abstract void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class RegistryObjectType
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public abstract void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class RegistryObjectType
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public boolean removeTelephoneNumber(TelephoneNumber vTelephoneNumber)
vTelephoneNumber
- public void setAddress(Address address)
address
- the value of field 'address'.public void setParent(java.lang.Object parent)
parent
- the value of field 'parent'.public void setPrimaryContact(java.lang.Object primaryContact)
primaryContact
- the value of field 'primaryContact'.public void setTelephoneNumber(int index, TelephoneNumber vTelephoneNumber) throws java.lang.IndexOutOfBoundsException
index
- vTelephoneNumber
-
java.lang.IndexOutOfBoundsException
public void setTelephoneNumber(TelephoneNumber[] telephoneNumberArray)
telephoneNumberArray
- public void validate() throws org.exolab.castor.xml.ValidationException
validate
in class RegistryObjectType
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |