Class Organization
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Addressprotected CorporateInformationprotected List<Credential>protected List<Description>protected Nameprotected List<OrganizationRole>protected List<PaymentInformation>protected RelationshipInformationprotected TaxInformation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.Gets the value of the commodity property.Gets the value of the corporateInformation property.Gets the value of the credential property.Gets the value of the description property.Gets the value of the extrinsic property.Gets the value of the industry property.getName()Gets the value of the name property.Gets the value of the organizationRole property.Gets the value of the paymentInformation property.Gets the value of the person property.Gets the value of the relationshipInformation property.Gets the value of the taxInformation property.Gets the value of the territory property.voidsetAddress(Address value) Sets the value of the address property.voidSets the value of the corporateInformation property.voidSets the value of the name property.voidSets the value of the relationshipInformation property.voidsetTaxInformation(TaxInformation value) Sets the value of the taxInformation property.
-
Field Details
-
name
-
credential
-
organizationRole
-
address
-
corporateInformation
-
taxInformation
-
relationshipInformation
-
description
-
person
-
industry
-
commodity
-
territory
-
paymentInformation
-
extrinsic
-
-
Constructor Details
-
Organization
public Organization()
-
-
Method Details
-
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
-
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
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
Gets the value of the address property.- Returns:
- possible object is
Address
-
setAddress
Sets the value of the address property.- Parameters:
value- allowed object isAddress
-
getCorporateInformation
Gets the value of the corporateInformation property.- Returns:
- possible object is
CorporateInformation
-
setCorporateInformation
Sets the value of the corporateInformation property.- Parameters:
value- allowed object isCorporateInformation
-
getTaxInformation
Gets the value of the taxInformation property.- Returns:
- possible object is
TaxInformation
-
setTaxInformation
Sets the value of the taxInformation property.- Parameters:
value- allowed object isTaxInformation
-
getRelationshipInformation
Gets the value of the relationshipInformation property.- Returns:
- possible object is
RelationshipInformation
-
setRelationshipInformation
Sets the value of the relationshipInformation property.- Parameters:
value- allowed object isRelationshipInformation
-
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
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
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
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
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
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
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
-