public class Organization
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected java.util.List<Commodity> |
commodity |
protected CorporateInformation |
corporateInformation |
protected java.util.List<Credential> |
credential |
protected java.util.List<Description> |
description |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.util.List<Industry> |
industry |
protected Name |
name |
protected java.util.List<OrganizationRole> |
organizationRole |
protected java.util.List<PaymentInformation> |
paymentInformation |
protected java.util.List<Person> |
person |
protected RelationshipInformation |
relationshipInformation |
protected TaxInformation |
taxInformation |
protected java.util.List<Territory> |
territory |
| Constructor and Description |
|---|
Organization() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
java.util.List<Commodity> |
getCommodity()
Gets the value of the commodity property.
|
CorporateInformation |
getCorporateInformation()
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.
|
Name |
getName()
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.
|
RelationshipInformation |
getRelationshipInformation()
Gets the value of the relationshipInformation property.
|
TaxInformation |
getTaxInformation()
Gets the value of the taxInformation property.
|
java.util.List<Territory> |
getTerritory()
Gets the value of the territory property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setCorporateInformation(CorporateInformation value)
Sets the value of the corporateInformation property.
|
void |
setName(Name value)
Sets the value of the name property.
|
void |
setRelationshipInformation(RelationshipInformation value)
Sets the value of the relationshipInformation property.
|
void |
setTaxInformation(TaxInformation value)
Sets the value of the taxInformation property.
|
protected Name name
protected java.util.List<Credential> credential
protected java.util.List<OrganizationRole> organizationRole
protected Address address
protected CorporateInformation corporateInformation
protected TaxInformation taxInformation
protected RelationshipInformation relationshipInformation
protected java.util.List<Description> description
protected java.util.List<Person> person
protected java.util.List<Industry> industry
protected java.util.List<Commodity> commodity
protected java.util.List<Territory> territory
protected java.util.List<PaymentInformation> paymentInformation
protected java.util.List<Extrinsic> extrinsic
public void setName(Name value)
value - allowed object is
Namepublic java.util.List<Credential> getCredential()
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 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
public java.util.List<OrganizationRole> getOrganizationRole()
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 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
public Address getAddress()
Addresspublic void setAddress(Address value)
value - allowed object is
Addresspublic CorporateInformation getCorporateInformation()
CorporateInformationpublic void setCorporateInformation(CorporateInformation value)
value - allowed object is
CorporateInformationpublic TaxInformation getTaxInformation()
TaxInformationpublic void setTaxInformation(TaxInformation value)
value - allowed object is
TaxInformationpublic RelationshipInformation getRelationshipInformation()
RelationshipInformationpublic void setRelationshipInformation(RelationshipInformation value)
value - allowed object is
RelationshipInformationpublic java.util.List<Description> getDescription()
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 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
public java.util.List<Person> getPerson()
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 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
public java.util.List<Industry> getIndustry()
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 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
public java.util.List<Commodity> getCommodity()
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 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
public java.util.List<Territory> getTerritory()
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 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
public java.util.List<PaymentInformation> getPaymentInformation()
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 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
public java.util.List<Extrinsic> getExtrinsic()
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 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
Copyright © 2018 SAP SE. All Rights Reserved.