public class PartyType extends Object implements Serializable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Details</ccts:DictionaryEntryName><ccts:Definition>Information about an organization, sub-organization, or individual fulfilling a role in a business process.</ccts:Definition><ccts:ObjectClass>Party</ccts:ObjectClass></ccts:Component>
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: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" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AgentParty" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PartyType()
Default constructor
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
PartyType |
getAgentParty()
<?
|
ContactType |
getContact()
<?
|
EndpointIDType |
getEndpointID()
<?
|
String |
getEndpointIDValue()
Get the value of the contained EndpointIDType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
LanguageType |
getLanguage()
<?
|
LogoReferenceIDType |
getLogoReferenceID()
<?
|
String |
getLogoReferenceIDValue()
Get the value of the contained LogoReferenceIDType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
MarkAttentionIndicatorType |
getMarkAttentionIndicator()
<?
|
MarkCareIndicatorType |
getMarkCareIndicator()
<?
|
List<PartyIdentificationType> |
getPartyIdentification()
<?
|
PartyIdentificationType |
getPartyIdentificationAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPartyIdentificationCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<PartyLegalEntityType> |
getPartyLegalEntity()
<?
|
PartyLegalEntityType |
getPartyLegalEntityAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPartyLegalEntityCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<PartyNameType> |
getPartyName()
<?
|
PartyNameType |
getPartyNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPartyNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<PartyTaxSchemeType> |
getPartyTaxScheme()
<?
|
PartyTaxSchemeType |
getPartyTaxSchemeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPartyTaxSchemeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PersonType |
getPerson()
<?
|
LocationType |
getPhysicalLocation()
<?
|
AddressType |
getPostalAddress()
<?
|
WebsiteURIType |
getWebsiteURI()
<?
|
String |
getWebsiteURIValue()
Get the value of the contained WebsiteURIType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoPartyIdentificationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPartyLegalEntityEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPartyNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPartyTaxSchemeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPartyIdentificationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPartyLegalEntityEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPartyNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPartyTaxSchemeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
isMarkAttentionIndicatorValue(boolean nullValue)
Get the value of the contained MarkAttentionIndicatorType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
boolean |
isMarkCareIndicatorValue(boolean nullValue)
Get the value of the contained MarkCareIndicatorType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
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.
|
EndpointIDType |
setEndpointID(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setLanguage(LanguageType value)
Sets the value of the language property.
|
void |
setLogoReferenceID(LogoReferenceIDType value)
Sets the value of the logoReferenceID property.
|
LogoReferenceIDType |
setLogoReferenceID(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
MarkAttentionIndicatorType |
setMarkAttentionIndicator(boolean valueParam)
Special setter with value of type boolean
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setMarkAttentionIndicator(MarkAttentionIndicatorType value)
Sets the value of the markAttentionIndicator property.
|
MarkCareIndicatorType |
setMarkCareIndicator(boolean valueParam)
Special setter with value of type boolean
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setMarkCareIndicator(MarkCareIndicatorType value)
Sets the value of the markCareIndicator property.
|
void |
setPartyIdentification(List<PartyIdentificationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPartyLegalEntity(List<PartyLegalEntityType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPartyName(List<PartyNameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPartyTaxScheme(List<PartyTaxSchemeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPerson(PersonType value)
Sets the value of the person property.
|
void |
setPhysicalLocation(LocationType value)
Sets the value of the physicalLocation property.
|
void |
setPostalAddress(AddressType value)
Sets the value of the postalAddress property.
|
WebsiteURIType |
setWebsiteURI(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setWebsiteURI(WebsiteURIType value)
Sets the value of the websiteURI property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PartyType()
@Nullable public MarkCareIndicatorType getMarkCareIndicator()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Mark Care_ Indicator. Indicator</ccts:DictionaryEntryName><ccts:Definition>Indicates whether a party is C/O (care of).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTermQualifier>Mark Care</ccts:PropertyTermQualifier><ccts:PropertyTerm>Indicator</ccts:PropertyTerm><ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm><ccts:DataType>Indicator. Type</ccts:DataType></ccts:Component>
MarkCareIndicatorTypepublic void setMarkCareIndicator(@Nullable MarkCareIndicatorType value)
value - allowed object is
MarkCareIndicatorType@Nullable public MarkAttentionIndicatorType getMarkAttentionIndicator()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Mark Attention_ Indicator. Indicator</ccts:DictionaryEntryName><ccts:Definition>Indicates whether a party is 'FAO' (for the attention of).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTermQualifier>Mark Attention</ccts:PropertyTermQualifier><ccts:PropertyTerm>Indicator</ccts:PropertyTerm><ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm><ccts:DataType>Indicator. Type</ccts:DataType></ccts:Component>
MarkAttentionIndicatorTypepublic void setMarkAttentionIndicator(@Nullable MarkAttentionIndicatorType value)
value - allowed object is
MarkAttentionIndicatorType@Nullable public WebsiteURIType getWebsiteURI()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Website_ URI. Identifier</ccts:DictionaryEntryName><ccts:Definition>The Uniform Resource Identifier (URI) of the party.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTermQualifier>Website</ccts:PropertyTermQualifier><ccts:PropertyTerm>URI</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
WebsiteURITypepublic void setWebsiteURI(@Nullable WebsiteURIType value)
value - allowed object is
WebsiteURIType@Nullable public LogoReferenceIDType getLogoReferenceID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Logo Reference. Identifier</ccts:DictionaryEntryName><ccts:Definition>A party's logo.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTerm>Logo Reference</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:Examples>http://www2.coca-cola.com/images/logo.gif</ccts:Examples></ccts:Component>
LogoReferenceIDTypepublic void setLogoReferenceID(@Nullable LogoReferenceIDType value)
value - allowed object is
LogoReferenceIDType@Nullable public EndpointIDType getEndpointID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Endpoint Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>Identifies the end point of the routing service, e.g., EAN Location Number, GLN.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTerm>Endpoint Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:Examples>5790002221134</ccts:Examples></ccts:Component>
EndpointIDTypepublic void setEndpointID(@Nullable EndpointIDType value)
value - allowed object is
EndpointIDType@Nonnull @ReturnsMutableObject(reason="JAXB implementation style") public List<PartyIdentificationType> getPartyIdentification()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Party Identification</ccts:DictionaryEntryName><ccts:Definition>An association to Party Identification.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTerm>Party Identification</ccts:PropertyTerm><ccts:AssociatedObjectClass>Party Identification</ccts:AssociatedObjectClass></ccts:Component>Gets the value of the partyIdentification 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 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
@Nonnull @ReturnsMutableObject(reason="JAXB implementation style") public List<PartyNameType> getPartyName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Party Name</ccts:DictionaryEntryName><ccts:Definition>An association to Party Name.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTerm>Party Name</ccts:PropertyTerm><ccts:AssociatedObjectClass>Party Name</ccts:AssociatedObjectClass></ccts:Component>Gets the value of the partyName 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 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
@Nullable public LanguageType getLanguage()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Language</ccts:DictionaryEntryName><ccts:Definition>An association to Language.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTerm>Language</ccts:PropertyTerm><ccts:AssociatedObjectClass>Language</ccts:AssociatedObjectClass></ccts:Component>
LanguageTypepublic void setLanguage(@Nullable LanguageType value)
value - allowed object is
LanguageType@Nullable public AddressType getPostalAddress()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Postal_ Address. Address</ccts:DictionaryEntryName><ccts:Definition>The party's postal address.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTermQualifier>Postal</ccts:PropertyTermQualifier><ccts:PropertyTerm>Address</ccts:PropertyTerm><ccts:AssociatedObjectClass>Address</ccts:AssociatedObjectClass></ccts:Component>
AddressTypepublic void setPostalAddress(@Nullable AddressType value)
value - allowed object is
AddressType@Nullable public LocationType getPhysicalLocation()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Physical_ Location. Location</ccts:DictionaryEntryName><ccts:Definition>The party's physical location.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTermQualifier>Physical</ccts:PropertyTermQualifier><ccts:PropertyTerm>Location</ccts:PropertyTerm><ccts:AssociatedObjectClass>Location</ccts:AssociatedObjectClass></ccts:Component>
LocationTypepublic void setPhysicalLocation(@Nullable LocationType value)
value - allowed object is
LocationType@Nonnull @ReturnsMutableObject(reason="JAXB implementation style") public List<PartyTaxSchemeType> getPartyTaxScheme()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Party Tax Scheme</ccts:DictionaryEntryName><ccts:Definition>An association to Party Tax Scheme.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTerm>Party Tax Scheme</ccts:PropertyTerm><ccts:AssociatedObjectClass>Party Tax Scheme</ccts:AssociatedObjectClass></ccts:Component>Gets the value of the partyTaxScheme 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 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
@Nonnull @ReturnsMutableObject(reason="JAXB implementation style") public List<PartyLegalEntityType> getPartyLegalEntity()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Party Legal Entity</ccts:DictionaryEntryName><ccts:Definition>An association to Party Legal Entity.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTerm>Party Legal Entity</ccts:PropertyTerm><ccts:AssociatedObjectClass>Party Legal Entity</ccts:AssociatedObjectClass></ccts:Component>Gets the value of the partyLegalEntity 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 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
@Nullable public ContactType getContact()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Contact</ccts:DictionaryEntryName><ccts:Definition>An association to Contact.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTerm>Contact</ccts:PropertyTerm><ccts:AssociatedObjectClass>Contact</ccts:AssociatedObjectClass></ccts:Component>
ContactTypepublic void setContact(@Nullable ContactType value)
value - allowed object is
ContactType@Nullable public PersonType getPerson()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Person</ccts:DictionaryEntryName><ccts:Definition>An association to a person.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTerm>Person</ccts:PropertyTerm><ccts:AssociatedObjectClass>Person</ccts:AssociatedObjectClass></ccts:Component>
PersonTypepublic void setPerson(@Nullable PersonType value)
value - allowed object is
PersonType@Nullable public PartyType getAgentParty()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party. Agent_ Party. Party</ccts:DictionaryEntryName><ccts:Definition>An association to another party who acts as an agent for this party.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party</ccts:ObjectClass><ccts:PropertyTermQualifier>Agent</ccts:PropertyTermQualifier><ccts:PropertyTerm>Party</ccts:PropertyTerm><ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass></ccts:Component>
PartyTypepublic void setAgentParty(@Nullable PartyType value)
value - allowed object is
PartyTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setPartyIdentification(@Nullable List<PartyIdentificationType> aList)
aList - The new list member to set. May be null.public void setPartyName(@Nullable List<PartyNameType> aList)
aList - The new list member to set. May be null.public void setPartyTaxScheme(@Nullable List<PartyTaxSchemeType> aList)
aList - The new list member to set. May be null.public void setPartyLegalEntity(@Nullable List<PartyLegalEntityType> aList)
aList - The new list member to set. May be null.public boolean hasPartyIdentificationEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPartyIdentificationEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPartyIdentificationCount()
@Nullable public PartyIdentificationType getPartyIdentificationAtIndex(@Nonnegative int index)
index - The index to retrievenullArrayIndexOutOfBoundsException - if the index is invalid!public boolean hasPartyNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPartyNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPartyNameCount()
@Nullable public PartyNameType getPartyNameAtIndex(@Nonnegative int index)
index - The index to retrievenullArrayIndexOutOfBoundsException - if the index is invalid!public boolean hasPartyTaxSchemeEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPartyTaxSchemeEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPartyTaxSchemeCount()
@Nullable public PartyTaxSchemeType getPartyTaxSchemeAtIndex(@Nonnegative int index)
index - The index to retrievenullArrayIndexOutOfBoundsException - if the index is invalid!public boolean hasPartyLegalEntityEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPartyLegalEntityEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPartyLegalEntityCount()
@Nullable public PartyLegalEntityType getPartyLegalEntityAtIndex(@Nonnegative int index)
index - The index to retrievenullArrayIndexOutOfBoundsException - if the index is invalid!@Nonnull public MarkCareIndicatorType setMarkCareIndicator(boolean valueParam)
valueParam - The value to be set.null@Nonnull public MarkAttentionIndicatorType setMarkAttentionIndicator(boolean valueParam)
valueParam - The value to be set.null@Nonnull public WebsiteURIType setWebsiteURI(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public LogoReferenceIDType setLogoReferenceID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public EndpointIDType setEndpointID(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullpublic boolean isMarkCareIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is null
public boolean isMarkAttentionIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is null
@Nullable public String getWebsiteURIValue()
null@Nullable public String getLogoReferenceIDValue()
nullCopyright © 2014 Philip Helger. All rights reserved.