|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.infoml.jaxb.impl.ContactInfoTypeImpl
public class ContactInfoTypeImpl
| Nested Class Summary | |
|---|---|
class |
ContactInfoTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected java.lang.String |
_City
|
protected java.lang.String |
_Country
|
protected com.sun.xml.bind.util.ListImpl |
_Email
|
protected com.sun.xml.bind.util.ListImpl |
_LocalAddress
|
protected com.sun.xml.bind.util.ListImpl |
_Other
|
protected com.sun.xml.bind.util.ListImpl |
_Phone
|
protected java.lang.String |
_PostalCode
|
protected java.lang.String |
_StateOrProvince
|
static java.lang.Class |
version
|
| Constructor Summary | |
|---|---|
ContactInfoTypeImpl()
|
|
| Method Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_getEmail()
|
protected com.sun.xml.bind.util.ListImpl |
_getLocalAddress()
|
protected com.sun.xml.bind.util.ListImpl |
_getOther()
|
protected com.sun.xml.bind.util.ListImpl |
_getPhone()
|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
|
org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler |
createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
|
java.lang.String |
getCity()
Gets the value of the city property. |
java.lang.String |
getCountry()
Gets the value of the country property. |
java.util.List |
getEmail()
Gets the value of the Email property. |
java.util.List |
getLocalAddress()
Gets the value of the LocalAddress property. |
java.util.List |
getOther()
Gets the value of the Other property. |
java.util.List |
getPhone()
Gets the value of the Phone property. |
java.lang.String |
getPostalCode()
Gets the value of the postalCode property. |
java.lang.Class |
getPrimaryInterface()
|
java.lang.String |
getStateOrProvince()
Gets the value of the stateOrProvince property. |
void |
serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
|
void |
serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
|
void |
serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
|
void |
setCity(java.lang.String value)
Sets the value of the city property. |
void |
setCountry(java.lang.String value)
Sets the value of the country property. |
void |
setPostalCode(java.lang.String value)
Sets the value of the postalCode property. |
void |
setStateOrProvince(java.lang.String value)
Sets the value of the stateOrProvince property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected com.sun.xml.bind.util.ListImpl _Phone
protected com.sun.xml.bind.util.ListImpl _LocalAddress
protected java.lang.String _PostalCode
protected com.sun.xml.bind.util.ListImpl _Email
protected com.sun.xml.bind.util.ListImpl _Other
protected java.lang.String _Country
protected java.lang.String _City
protected java.lang.String _StateOrProvince
public static final java.lang.Class version
| Constructor Detail |
|---|
public ContactInfoTypeImpl()
| Method Detail |
|---|
protected com.sun.xml.bind.util.ListImpl _getPhone()
public java.util.List getPhone()
ContactInfoType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Phone property.
For example, to add a new item, do as follows:
getPhone().add(newItem);
Objects of the following type(s) are allowed in the list
NonnullTokenWithRoleType
getPhone in interface ContactInfoTypeprotected com.sun.xml.bind.util.ListImpl _getLocalAddress()
public java.util.List getLocalAddress()
ContactInfoType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the LocalAddress property.
For example, to add a new item, do as follows:
getLocalAddress().add(newItem);
Objects of the following type(s) are allowed in the list
String
getLocalAddress in interface ContactInfoTypepublic java.lang.String getPostalCode()
ContactInfoType
getPostalCode in interface ContactInfoTypeStringpublic void setPostalCode(java.lang.String value)
ContactInfoType
setPostalCode in interface ContactInfoTypevalue - allowed object is
Stringprotected com.sun.xml.bind.util.ListImpl _getEmail()
public java.util.List getEmail()
ContactInfoType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Email property.
For example, to add a new item, do as follows:
getEmail().add(newItem);
Objects of the following type(s) are allowed in the list
NonnullTokenWithRoleType
getEmail in interface ContactInfoTypeprotected com.sun.xml.bind.util.ListImpl _getOther()
public java.util.List getOther()
ContactInfoType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Other property.
For example, to add a new item, do as follows:
getOther().add(newItem);
Objects of the following type(s) are allowed in the list
NonnullTokenWithRoleType
getOther in interface ContactInfoTypepublic java.lang.String getCountry()
ContactInfoType
getCountry in interface ContactInfoTypeStringpublic void setCountry(java.lang.String value)
ContactInfoType
setCountry in interface ContactInfoTypevalue - allowed object is
Stringpublic java.lang.String getCity()
ContactInfoType
getCity in interface ContactInfoTypeStringpublic void setCity(java.lang.String value)
ContactInfoType
setCity in interface ContactInfoTypevalue - allowed object is
Stringpublic java.lang.String getStateOrProvince()
ContactInfoType
getStateOrProvince in interface ContactInfoTypeStringpublic void setStateOrProvince(java.lang.String value)
ContactInfoType
setStateOrProvince in interface ContactInfoTypevalue - allowed object is
Stringpublic org.infoml.jaxb.impl.runtime.UnmarshallingEventHandler createUnmarshaller(org.infoml.jaxb.impl.runtime.UnmarshallingContext context)
public void serializeBody(org.infoml.jaxb.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void serializeAttributes(org.infoml.jaxb.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void serializeURIs(org.infoml.jaxb.impl.runtime.XMLSerializer context)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic java.lang.Class getPrimaryInterface()
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||