public class TelephoneType extends Object implements Serializable
| Constructor and Description |
|---|
TelephoneType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFacsimile(int index,
String vFacsimile)
Method addFacsimile
|
void |
addFacsimile(String vFacsimile)
Method addFacsimile
|
void |
addVoice(int index,
String vVoice)
Method addVoice
|
void |
addVoice(String vVoice)
Method addVoice
|
void |
clearFacsimile()
Method clearFacsimile
|
void |
clearVoice()
Method clearVoice
|
Enumeration |
enumerateFacsimile()
Method enumerateFacsimile
|
Enumeration |
enumerateVoice()
Method enumerateVoice
|
String[] |
getFacsimile()
Method getFacsimile
|
String |
getFacsimile(int index)
Method getFacsimile
|
int |
getFacsimileCount()
Method getFacsimileCount
|
String[] |
getVoice()
Method getVoice
|
String |
getVoice(int index)
Method getVoice
|
int |
getVoiceCount()
Method getVoiceCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeFacsimile(String vFacsimile)
Method removeFacsimile
|
boolean |
removeVoice(String vVoice)
Method removeVoice
|
void |
setFacsimile(int index,
String vFacsimile)
Method setFacsimile
|
void |
setFacsimile(String[] facsimileArray)
Method setFacsimile
|
void |
setVoice(int index,
String vVoice)
Method setVoice
|
void |
setVoice(String[] voiceArray)
Method setVoice
|
static TelephoneType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addFacsimile(String vFacsimile) throws IndexOutOfBoundsException
vFacsimile - IndexOutOfBoundsExceptionpublic void addFacsimile(int index,
String vFacsimile)
throws IndexOutOfBoundsException
index - vFacsimile - IndexOutOfBoundsExceptionpublic void addVoice(String vVoice) throws IndexOutOfBoundsException
vVoice - IndexOutOfBoundsExceptionpublic void addVoice(int index,
String vVoice)
throws IndexOutOfBoundsException
index - vVoice - IndexOutOfBoundsExceptionpublic void clearFacsimile()
public void clearVoice()
public Enumeration enumerateFacsimile()
public Enumeration enumerateVoice()
public String getFacsimile(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic String[] getFacsimile()
public int getFacsimileCount()
public String getVoice(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic String[] getVoice()
public int getVoiceCount()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeFacsimile(String vFacsimile)
vFacsimile - public boolean removeVoice(String vVoice)
vVoice - public void setFacsimile(int index,
String vFacsimile)
throws IndexOutOfBoundsException
index - vFacsimile - IndexOutOfBoundsExceptionpublic void setFacsimile(String[] facsimileArray)
facsimileArray - public void setVoice(int index,
String vVoice)
throws IndexOutOfBoundsException
index - vVoice - IndexOutOfBoundsExceptionpublic void setVoice(String[] voiceArray)
voiceArray - public static TelephoneType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2021 B3Partners B.V.. All rights reserved.