Class XjcContactDiscloseType
Java class for discloseType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="discloseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{urn:ietf:params:xml:ns:contact-1.0}intLocType" maxOccurs="2" minOccurs="0"/>
<element name="org" type="{urn:ietf:params:xml:ns:contact-1.0}intLocType" maxOccurs="2" minOccurs="0"/>
<element name="addr" type="{urn:ietf:params:xml:ns:contact-1.0}intLocType" maxOccurs="2" minOccurs="0"/>
<element name="voice" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="fax" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
<attribute name="flag" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAddrs()
Gets the value of the addrs property.getEmail()
Gets the value of the email property.getFax()
Gets the value of the fax property.getNames()
Gets the value of the names property.getOrgs()
Gets the value of the orgs property.getVoice()
Gets the value of the voice property.boolean
isFlag()
Gets the value of the flag property.void
Sets the value of the email property.void
Sets the value of the fax property.void
setFlag
(boolean value) Sets the value of the flag property.void
Sets the value of the voice property.
-
Field Details
-
names
-
orgs
-
addrs
-
voice
-
fax
-
email
-
flag
protected boolean flag
-
-
Constructor Details
-
XjcContactDiscloseType
public XjcContactDiscloseType()
-
-
Method Details
-
getNames
Gets the value of the names property.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
For example, to add a new item, do as follows:set
method for the names property.getNames().add(newItem);
Objects of the following type(s) are allowed in the listXjcContactIntLocType
- Returns:
- The value of the names property.
-
getOrgs
Gets the value of the orgs property.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
For example, to add a new item, do as follows:set
method for the orgs property.getOrgs().add(newItem);
Objects of the following type(s) are allowed in the listXjcContactIntLocType
- Returns:
- The value of the orgs property.
-
getAddrs
Gets the value of the addrs property.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
For example, to add a new item, do as follows:set
method for the addrs property.getAddrs().add(newItem);
Objects of the following type(s) are allowed in the listXjcContactIntLocType
- Returns:
- The value of the addrs property.
-
getVoice
Gets the value of the voice property.- Returns:
- possible object is
Object
-
setVoice
Sets the value of the voice property.- Parameters:
value
- allowed object isObject
-
getFax
Gets the value of the fax property.- Returns:
- possible object is
Object
-
setFax
Sets the value of the fax property.- Parameters:
value
- allowed object isObject
-
getEmail
Gets the value of the email property.- Returns:
- possible object is
Object
-
setEmail
Sets the value of the email property.- Parameters:
value
- allowed object isObject
-
isFlag
public boolean isFlag()Gets the value of the flag property. -
setFlag
public void setFlag(boolean value) Sets the value of the flag property.
-