Class Organization
- java.lang.Object
-
- org.cxml.Organization
-
public class Organization extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Addressaddressprotected java.util.List<Commodity>commodityprotected CorporateInformationcorporateInformationprotected java.util.List<Credential>credentialprotected java.util.List<Description>descriptionprotected java.util.List<Extrinsic>extrinsicprotected java.util.List<Industry>industryprotected Namenameprotected java.util.List<OrganizationRole>organizationRoleprotected java.util.List<PaymentInformation>paymentInformationprotected java.util.List<Person>personprotected RelationshipInformationrelationshipInformationprotected TaxInformationtaxInformationprotected java.util.List<Territory>territory
-
Constructor Summary
Constructors Constructor Description Organization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressgetAddress()Gets the value of the address property.java.util.List<Commodity>getCommodity()Gets the value of the commodity property.CorporateInformationgetCorporateInformation()Gets the value of the corporateInformation property.java.util.List<Credential>getCredential()Gets the value of the credential property.java.util.List<Description>getDescription()Gets the value of the description property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.java.util.List<Industry>getIndustry()Gets the value of the industry property.NamegetName()Gets the value of the name property.java.util.List<OrganizationRole>getOrganizationRole()Gets the value of the organizationRole property.java.util.List<PaymentInformation>getPaymentInformation()Gets the value of the paymentInformation property.java.util.List<Person>getPerson()Gets the value of the person property.RelationshipInformationgetRelationshipInformation()Gets the value of the relationshipInformation property.TaxInformationgetTaxInformation()Gets the value of the taxInformation property.java.util.List<Territory>getTerritory()Gets the value of the territory property.voidsetAddress(Address value)Sets the value of the address property.voidsetCorporateInformation(CorporateInformation value)Sets the value of the corporateInformation property.voidsetName(Name value)Sets the value of the name property.voidsetRelationshipInformation(RelationshipInformation value)Sets the value of the relationshipInformation property.voidsetTaxInformation(TaxInformation value)Sets the value of the taxInformation property.
-
-
-
Field Detail
-
name
protected Name name
-
credential
protected java.util.List<Credential> credential
-
organizationRole
protected java.util.List<OrganizationRole> organizationRole
-
address
protected Address address
-
corporateInformation
protected CorporateInformation corporateInformation
-
taxInformation
protected TaxInformation taxInformation
-
relationshipInformation
protected RelationshipInformation relationshipInformation
-
description
protected java.util.List<Description> description
-
person
protected java.util.List<Person> person
-
industry
protected java.util.List<Industry> industry
-
commodity
protected java.util.List<Commodity> commodity
-
territory
protected java.util.List<Territory> territory
-
paymentInformation
protected java.util.List<PaymentInformation> paymentInformation
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
setName
public void setName(Name value)
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getCredential
public java.util.List<Credential> getCredential()
Gets the value of the credential 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 credential property.For example, to add a new item, do as follows:
getCredential().add(newItem);Objects of the following type(s) are allowed in the list
Credential
-
getOrganizationRole
public java.util.List<OrganizationRole> getOrganizationRole()
Gets the value of the organizationRole 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 organizationRole property.For example, to add a new item, do as follows:
getOrganizationRole().add(newItem);Objects of the following type(s) are allowed in the list
OrganizationRole
-
getAddress
public Address getAddress()
Gets the value of the address property.- Returns:
- possible object is
Address
-
setAddress
public void setAddress(Address value)
Sets the value of the address property.- Parameters:
value- allowed object isAddress
-
getCorporateInformation
public CorporateInformation getCorporateInformation()
Gets the value of the corporateInformation property.- Returns:
- possible object is
CorporateInformation
-
setCorporateInformation
public void setCorporateInformation(CorporateInformation value)
Sets the value of the corporateInformation property.- Parameters:
value- allowed object isCorporateInformation
-
getTaxInformation
public TaxInformation getTaxInformation()
Gets the value of the taxInformation property.- Returns:
- possible object is
TaxInformation
-
setTaxInformation
public void setTaxInformation(TaxInformation value)
Sets the value of the taxInformation property.- Parameters:
value- allowed object isTaxInformation
-
getRelationshipInformation
public RelationshipInformation getRelationshipInformation()
Gets the value of the relationshipInformation property.- Returns:
- possible object is
RelationshipInformation
-
setRelationshipInformation
public void setRelationshipInformation(RelationshipInformation value)
Sets the value of the relationshipInformation property.- Parameters:
value- allowed object isRelationshipInformation
-
getDescription
public java.util.List<Description> getDescription()
Gets the value of the description 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 description property.For example, to add a new item, do as follows:
getDescription().add(newItem);Objects of the following type(s) are allowed in the list
Description
-
getPerson
public java.util.List<Person> getPerson()
Gets the value of the person 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 person property.For example, to add a new item, do as follows:
getPerson().add(newItem);Objects of the following type(s) are allowed in the list
Person
-
getIndustry
public java.util.List<Industry> getIndustry()
Gets the value of the industry 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 industry property.For example, to add a new item, do as follows:
getIndustry().add(newItem);Objects of the following type(s) are allowed in the list
Industry
-
getCommodity
public java.util.List<Commodity> getCommodity()
Gets the value of the commodity 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 commodity property.For example, to add a new item, do as follows:
getCommodity().add(newItem);Objects of the following type(s) are allowed in the list
Commodity
-
getTerritory
public java.util.List<Territory> getTerritory()
Gets the value of the territory 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 territory property.For example, to add a new item, do as follows:
getTerritory().add(newItem);Objects of the following type(s) are allowed in the list
Territory
-
getPaymentInformation
public java.util.List<PaymentInformation> getPaymentInformation()
Gets the value of the paymentInformation 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 paymentInformation property.For example, to add a new item, do as follows:
getPaymentInformation().add(newItem);Objects of the following type(s) are allowed in the list
PaymentInformation
-
getExtrinsic
public java.util.List<Extrinsic> getExtrinsic()
Gets the value of the extrinsic 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 extrinsic property.For example, to add a new item, do as follows:
getExtrinsic().add(newItem);Objects of the following type(s) are allowed in the list
Extrinsic
-
-