public class PartyType extends Object
Java class for PartyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MarkCareIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MarkAttentionIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}WebsiteURI" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LogoReferenceID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EndpointID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IndustryClassificationCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PartyIdentification" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PartyName" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Language" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PostalAddress" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PhysicalLocation" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PartyTaxScheme" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PartyLegalEntity" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Contact" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Person" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AgentParty" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ServiceProviderParty" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PowerOfAttorney" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}FinancialAccount" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PartyType |
agentParty |
protected ContactType |
contact |
protected EndpointIDType |
endpointID |
protected FinancialAccountType |
financialAccount |
protected IndustryClassificationCodeType |
industryClassificationCode |
protected LanguageType |
language |
protected LogoReferenceIDType |
logoReferenceID |
protected MarkAttentionIndicatorType |
markAttentionIndicator |
protected MarkCareIndicatorType |
markCareIndicator |
protected List<PartyIdentificationType> |
partyIdentification |
protected List<PartyLegalEntityType> |
partyLegalEntity |
protected List<PartyNameType> |
partyName |
protected List<PartyTaxSchemeType> |
partyTaxScheme |
protected List<PersonType> |
person |
protected LocationType |
physicalLocation |
protected AddressType |
postalAddress |
protected List<PowerOfAttorneyType> |
powerOfAttorney |
protected List<ServiceProviderPartyType> |
serviceProviderParty |
protected WebsiteURIType |
websiteURI |
| Constructor and Description |
|---|
PartyType() |
| Modifier and Type | Method and Description |
|---|---|
PartyType |
getAgentParty()
Gets the value of the agentParty property.
|
ContactType |
getContact()
Gets the value of the contact property.
|
EndpointIDType |
getEndpointID()
Gets the value of the endpointID property.
|
FinancialAccountType |
getFinancialAccount()
Gets the value of the financialAccount property.
|
IndustryClassificationCodeType |
getIndustryClassificationCode()
Gets the value of the industryClassificationCode property.
|
LanguageType |
getLanguage()
Gets the value of the language property.
|
LogoReferenceIDType |
getLogoReferenceID()
Gets the value of the logoReferenceID property.
|
MarkAttentionIndicatorType |
getMarkAttentionIndicator()
Gets the value of the markAttentionIndicator property.
|
MarkCareIndicatorType |
getMarkCareIndicator()
Gets the value of the markCareIndicator property.
|
List<PartyIdentificationType> |
getPartyIdentification()
Gets the value of the partyIdentification property.
|
List<PartyLegalEntityType> |
getPartyLegalEntity()
Gets the value of the partyLegalEntity property.
|
List<PartyNameType> |
getPartyName()
Gets the value of the partyName property.
|
List<PartyTaxSchemeType> |
getPartyTaxScheme()
Gets the value of the partyTaxScheme property.
|
List<PersonType> |
getPerson()
Gets the value of the person property.
|
LocationType |
getPhysicalLocation()
Gets the value of the physicalLocation property.
|
AddressType |
getPostalAddress()
Gets the value of the postalAddress property.
|
List<PowerOfAttorneyType> |
getPowerOfAttorney()
Gets the value of the powerOfAttorney property.
|
List<ServiceProviderPartyType> |
getServiceProviderParty()
Gets the value of the serviceProviderParty property.
|
WebsiteURIType |
getWebsiteURI()
Gets the value of the websiteURI property.
|
void |
setAgentParty(PartyType value)
Sets the value of the agentParty property.
|
void |
setContact(ContactType value)
Sets the value of the contact property.
|
void |
setEndpointID(EndpointIDType value)
Sets the value of the endpointID property.
|
void |
setFinancialAccount(FinancialAccountType value)
Sets the value of the financialAccount property.
|
void |
setIndustryClassificationCode(IndustryClassificationCodeType value)
Sets the value of the industryClassificationCode property.
|
void |
setLanguage(LanguageType value)
Sets the value of the language property.
|
void |
setLogoReferenceID(LogoReferenceIDType value)
Sets the value of the logoReferenceID property.
|
void |
setMarkAttentionIndicator(MarkAttentionIndicatorType value)
Sets the value of the markAttentionIndicator property.
|
void |
setMarkCareIndicator(MarkCareIndicatorType value)
Sets the value of the markCareIndicator property.
|
void |
setPhysicalLocation(LocationType value)
Sets the value of the physicalLocation property.
|
void |
setPostalAddress(AddressType value)
Sets the value of the postalAddress property.
|
void |
setWebsiteURI(WebsiteURIType value)
Sets the value of the websiteURI property.
|
protected MarkCareIndicatorType markCareIndicator
protected MarkAttentionIndicatorType markAttentionIndicator
protected WebsiteURIType websiteURI
protected LogoReferenceIDType logoReferenceID
protected EndpointIDType endpointID
protected IndustryClassificationCodeType industryClassificationCode
protected List<PartyIdentificationType> partyIdentification
protected List<PartyNameType> partyName
protected LanguageType language
protected AddressType postalAddress
protected LocationType physicalLocation
protected List<PartyTaxSchemeType> partyTaxScheme
protected List<PartyLegalEntityType> partyLegalEntity
protected ContactType contact
protected List<PersonType> person
protected PartyType agentParty
protected List<ServiceProviderPartyType> serviceProviderParty
protected List<PowerOfAttorneyType> powerOfAttorney
protected FinancialAccountType financialAccount
public MarkCareIndicatorType getMarkCareIndicator()
MarkCareIndicatorTypepublic void setMarkCareIndicator(MarkCareIndicatorType value)
value - allowed object is
MarkCareIndicatorTypepublic MarkAttentionIndicatorType getMarkAttentionIndicator()
MarkAttentionIndicatorTypepublic void setMarkAttentionIndicator(MarkAttentionIndicatorType value)
value - allowed object is
MarkAttentionIndicatorTypepublic WebsiteURIType getWebsiteURI()
WebsiteURITypepublic void setWebsiteURI(WebsiteURIType value)
value - allowed object is
WebsiteURITypepublic LogoReferenceIDType getLogoReferenceID()
LogoReferenceIDTypepublic void setLogoReferenceID(LogoReferenceIDType value)
value - allowed object is
LogoReferenceIDTypepublic EndpointIDType getEndpointID()
EndpointIDTypepublic void setEndpointID(EndpointIDType value)
value - allowed object is
EndpointIDTypepublic IndustryClassificationCodeType getIndustryClassificationCode()
IndustryClassificationCodeTypepublic void setIndustryClassificationCode(IndustryClassificationCodeType value)
value - allowed object is
IndustryClassificationCodeTypepublic List<PartyIdentificationType> getPartyIdentification()
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 partyIdentification property.
For example, to add a new item, do as follows:
getPartyIdentification().add(newItem);
Objects of the following type(s) are allowed in the list
PartyIdentificationType
public List<PartyNameType> getPartyName()
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 partyName property.
For example, to add a new item, do as follows:
getPartyName().add(newItem);
Objects of the following type(s) are allowed in the list
PartyNameType
public LanguageType getLanguage()
LanguageTypepublic void setLanguage(LanguageType value)
value - allowed object is
LanguageTypepublic AddressType getPostalAddress()
AddressTypepublic void setPostalAddress(AddressType value)
value - allowed object is
AddressTypepublic LocationType getPhysicalLocation()
LocationTypepublic void setPhysicalLocation(LocationType value)
value - allowed object is
LocationTypepublic List<PartyTaxSchemeType> getPartyTaxScheme()
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 partyTaxScheme property.
For example, to add a new item, do as follows:
getPartyTaxScheme().add(newItem);
Objects of the following type(s) are allowed in the list
PartyTaxSchemeType
public List<PartyLegalEntityType> getPartyLegalEntity()
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 partyLegalEntity property.
For example, to add a new item, do as follows:
getPartyLegalEntity().add(newItem);
Objects of the following type(s) are allowed in the list
PartyLegalEntityType
public ContactType getContact()
ContactTypepublic void setContact(ContactType value)
value - allowed object is
ContactTypepublic List<PersonType> 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
PersonType
public PartyType getAgentParty()
PartyTypepublic void setAgentParty(PartyType value)
value - allowed object is
PartyTypepublic List<ServiceProviderPartyType> getServiceProviderParty()
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 serviceProviderParty property.
For example, to add a new item, do as follows:
getServiceProviderParty().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceProviderPartyType
public List<PowerOfAttorneyType> getPowerOfAttorney()
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 powerOfAttorney property.
For example, to add a new item, do as follows:
getPowerOfAttorney().add(newItem);
Objects of the following type(s) are allowed in the list
PowerOfAttorneyType
public FinancialAccountType getFinancialAccount()
FinancialAccountTypepublic void setFinancialAccount(FinancialAccountType value)
value - allowed object is
FinancialAccountTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.