|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContactInfoType
Java content class for contactInfoType complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/gw/tech/ecl-wkspaces-infoml/InfOrg-101105-stable-v1_0/InfocardOrganizer-v1_0/infomlFile.xsd line 510)
<complexType name="contactInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="localAddress" type="{http://infoml.org/infomlFile}nonnullTokenType" maxOccurs="unbounded" minOccurs="0"/> <element name="city" type="{http://infoml.org/infomlFile}nonnullTokenType" minOccurs="0"/> <element name="stateOrProvince" type="{http://infoml.org/infomlFile}nonnullTokenType" minOccurs="0"/> <element name="postalCode" type="{http://infoml.org/infomlFile}nonnullTokenType" minOccurs="0"/> <element name="country" type="{http://infoml.org/infomlFile}nonnullTokenType" minOccurs="0"/> <element name="email" type="{http://infoml.org/infomlFile}nonnullTokenWithRoleType" maxOccurs="unbounded" minOccurs="0"/> <element name="phone" type="{http://infoml.org/infomlFile}nonnullTokenWithRoleType" maxOccurs="unbounded" minOccurs="0"/> <element name="other" type="{http://infoml.org/infomlFile}nonnullTokenWithRoleType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
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.String |
getStateOrProvince()
Gets the value of the stateOrProvince property. |
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. |
Method Detail |
---|
java.util.List getPhone()
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
java.util.List getLocalAddress()
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
java.lang.String getPostalCode()
String
void setPostalCode(java.lang.String value)
value
- allowed object is
String
java.util.List getEmail()
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
java.util.List getOther()
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
java.lang.String getCountry()
String
void setCountry(java.lang.String value)
value
- allowed object is
String
java.lang.String getCity()
String
void setCity(java.lang.String value)
value
- allowed object is
String
java.lang.String getStateOrProvince()
String
void setStateOrProvince(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |