Class Organisation
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}OrganisationId"/>
<element ref="{}Name"/>
<element ref="{}ShortName" minOccurs="0"/>
<choice>
<element ref="{}OrganisationTypeId"/>
<element ref="{}OrganisationType"/>
</choice>
<choice minOccurs="0">
<element ref="{}CountryId"/>
<element ref="{}Country"/>
</choice>
<element ref="{}Address" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}Tele" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}Account" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}SubOrganisation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}ModifyDate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Countryprotected CountryIdprotected ModifyDateprotected Nameprotected OrganisationIdprotected OrganisationTypeprotected OrganisationTypeIdprotected ShortNameprotected List<SubOrganisation> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the account property.Gets the value of the address property.Gets the value of the contact property.Gets the value of the country property.Gets the value of the countryId property.Gets the value of the modifyDate property.getName()Gets the value of the name property.Gets the value of the organisationId property.Gets the value of the organisationType property.Gets the value of the organisationTypeId property.Gets the value of the shortName property.Gets the value of the subOrganisation property.getTele()Gets the value of the tele property.voidsetCountry(Country value) Sets the value of the country property.voidsetCountryId(CountryId value) Sets the value of the countryId property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the name property.voidsetOrganisationId(OrganisationId value) Sets the value of the organisationId property.voidSets the value of the organisationType property.voidSets the value of the organisationTypeId property.voidsetShortName(ShortName value) Sets the value of the shortName property.
-
Field Details
-
organisationId
-
name
-
shortName
-
organisationTypeId
-
organisationType
-
countryId
-
country
-
address
-
tele
-
account
-
contact
-
subOrganisation
-
modifyDate
-
-
Constructor Details
-
Organisation
public Organisation()
-
-
Method Details
-
getOrganisationId
Gets the value of the organisationId property.- Returns:
- possible object is
OrganisationId
-
setOrganisationId
Sets the value of the organisationId property.- Parameters:
value- allowed object isOrganisationId
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getShortName
Gets the value of the shortName property.- Returns:
- possible object is
ShortName
-
setShortName
Sets the value of the shortName property.- Parameters:
value- allowed object isShortName
-
getOrganisationTypeId
Gets the value of the organisationTypeId property.- Returns:
- possible object is
OrganisationTypeId
-
setOrganisationTypeId
Sets the value of the organisationTypeId property.- Parameters:
value- allowed object isOrganisationTypeId
-
getOrganisationType
Gets the value of the organisationType property.- Returns:
- possible object is
OrganisationType
-
setOrganisationType
Sets the value of the organisationType property.- Parameters:
value- allowed object isOrganisationType
-
getCountryId
Gets the value of the countryId property.- Returns:
- possible object is
CountryId
-
setCountryId
Sets the value of the countryId property.- Parameters:
value- allowed object isCountryId
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
Country
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isCountry
-
getAddress
Gets the value of the address 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
setmethod for the address property.For example, to add a new item, do as follows:
getAddress().add(newItem);
Objects of the following type(s) are allowed in the list
Address- Returns:
- The value of the address property.
-
getTele
Gets the value of the tele 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
setmethod for the tele property.For example, to add a new item, do as follows:
getTele().add(newItem);
Objects of the following type(s) are allowed in the list
Tele- Returns:
- The value of the tele property.
-
getAccount
Gets the value of the account 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
setmethod for the account property.For example, to add a new item, do as follows:
getAccount().add(newItem);
Objects of the following type(s) are allowed in the list
Account- Returns:
- The value of the account property.
-
getContact
Gets the value of the contact 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
setmethod for the contact property.For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
Contact- Returns:
- The value of the contact property.
-
getSubOrganisation
Gets the value of the subOrganisation 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
setmethod for the subOrganisation property.For example, to add a new item, do as follows:
getSubOrganisation().add(newItem);
Objects of the following type(s) are allowed in the list
SubOrganisation- Returns:
- The value of the subOrganisation property.
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-