|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rim.EmailAddressType
Mapping of the same named interface in ebRIM.
Constructor Summary | |
EmailAddressType()
|
Method Summary | |
void |
addEmailAddressTypeItem(EmailAddressTypeItem vEmailAddressTypeItem)
|
void |
addEmailAddressTypeItem(int index,
EmailAddressTypeItem vEmailAddressTypeItem)
|
void |
clearEmailAddressTypeItem()
|
java.util.Enumeration |
enumerateEmailAddressTypeItem()
|
java.lang.String |
getAddress()
Returns the value of field 'address'. |
EmailAddressTypeItem[] |
getEmailAddressTypeItem()
|
EmailAddressTypeItem |
getEmailAddressTypeItem(int index)
|
int |
getEmailAddressTypeItemCount()
|
java.lang.String |
getType()
Returns the value of field 'type'. |
boolean |
isValid()
|
abstract void |
marshal(org.xml.sax.DocumentHandler handler)
|
abstract void |
marshal(java.io.Writer out)
|
boolean |
removeEmailAddressTypeItem(EmailAddressTypeItem vEmailAddressTypeItem)
|
void |
setAddress(java.lang.String address)
Sets the value of field 'address'. |
void |
setEmailAddressTypeItem(EmailAddressTypeItem[] emailAddressTypeItemArray)
|
void |
setEmailAddressTypeItem(int index,
EmailAddressTypeItem vEmailAddressTypeItem)
|
void |
setType(java.lang.String type)
Sets the value of field 'type'. |
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmailAddressType()
Method Detail |
public void addEmailAddressTypeItem(EmailAddressTypeItem vEmailAddressTypeItem) throws java.lang.IndexOutOfBoundsException
vEmailAddressTypeItem
-
java.lang.IndexOutOfBoundsException
public void addEmailAddressTypeItem(int index, EmailAddressTypeItem vEmailAddressTypeItem) throws java.lang.IndexOutOfBoundsException
index
- vEmailAddressTypeItem
-
java.lang.IndexOutOfBoundsException
public void clearEmailAddressTypeItem()
public java.util.Enumeration enumerateEmailAddressTypeItem()
public java.lang.String getAddress()
public EmailAddressTypeItem getEmailAddressTypeItem(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public EmailAddressTypeItem[] getEmailAddressTypeItem()
public int getEmailAddressTypeItemCount()
public java.lang.String getType()
public boolean isValid()
public abstract void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
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
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public boolean removeEmailAddressTypeItem(EmailAddressTypeItem vEmailAddressTypeItem)
vEmailAddressTypeItem
- public void setAddress(java.lang.String address)
address
- the value of field 'address'.public void setEmailAddressTypeItem(int index, EmailAddressTypeItem vEmailAddressTypeItem) throws java.lang.IndexOutOfBoundsException
index
- vEmailAddressTypeItem
-
java.lang.IndexOutOfBoundsException
public void setEmailAddressTypeItem(EmailAddressTypeItem[] emailAddressTypeItemArray)
emailAddressTypeItemArray
- public void setType(java.lang.String type)
type
- the value of field 'type'.public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |