@CodingStyleguideUnaware public class ContractingPartyTypeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?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:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Contracting Party Type. Details</ccts:DictionaryEntryName><ccts:Definition>The type of contracting party that is independent of its role.</ccts:Definition><ccts:ObjectClass>Contracting Party Type</ccts:ObjectClass></ccts:Component>
Java class for ContractingPartyTypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContractingPartyTypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PartyTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PartyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
ContractingPartyTypeType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
ContractingPartyTypeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ContractingPartyTypeType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
PartyTypeType |
getPartyType()
<?
|
PartyTypeCodeType |
getPartyTypeCode()
<?
|
String |
getPartyTypeCodeValue()
Get the value of the contained PartyTypeCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getPartyTypeValue()
Get the value of the contained PartyTypeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setPartyType(PartyTypeType value)
Sets the value of the partyType property.
|
PartyTypeType |
setPartyType(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPartyTypeCode(PartyTypeCodeType value)
Sets the value of the partyTypeCode property.
|
PartyTypeCodeType |
setPartyTypeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ContractingPartyTypeType()
@Nullable public PartyTypeCodeType getPartyTypeCode()
<?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:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Contracting Party Type. Party Type Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code specifying the type of party that is independent of its role.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Contracting Party Type</ccts:ObjectClass><ccts:PropertyTerm>Party Type Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
PartyTypeCodeTypepublic void setPartyTypeCode(@Nullable PartyTypeCodeType value)
value - allowed object is
PartyTypeCodeType@Nullable public PartyTypeType getPartyType()
<?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:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Contracting Party Type. Party Type. Text</ccts:DictionaryEntryName><ccts:Definition>The type of party that is independent of its role, expressed as text.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Contracting Party Type</ccts:ObjectClass><ccts:PropertyTerm>Party Type</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
PartyTypeTypepublic void setPartyType(@Nullable PartyTypeType value)
value - allowed object is
PartyTypeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ContractingPartyTypeType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public ContractingPartyTypeType clone()
@Nonnull public PartyTypeCodeType setPartyTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PartyTypeType setPartyType(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getPartyTypeCodeValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.