Class ContractingPartyTypeType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ContractingPartyTypeType
-
public class ContractingPartyTypeType extends Object
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected PartyTypeTypepartyTypeprotected PartyTypeCodeTypepartyTypeCode
-
Constructor Summary
Constructors Constructor Description ContractingPartyTypeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartyTypeTypegetPartyType()Gets the value of the partyType property.PartyTypeCodeTypegetPartyTypeCode()Gets the value of the partyTypeCode property.voidsetPartyType(PartyTypeType value)Sets the value of the partyType property.voidsetPartyTypeCode(PartyTypeCodeType value)Sets the value of the partyTypeCode property.
-
-
-
Field Detail
-
partyTypeCode
protected PartyTypeCodeType partyTypeCode
-
partyType
protected PartyTypeType partyType
-
-
Method Detail
-
getPartyTypeCode
public PartyTypeCodeType getPartyTypeCode()
Gets the value of the partyTypeCode property.- Returns:
- possible object is
PartyTypeCodeType
-
setPartyTypeCode
public void setPartyTypeCode(PartyTypeCodeType value)
Sets the value of the partyTypeCode property.- Parameters:
value- allowed object isPartyTypeCodeType
-
getPartyType
public PartyTypeType getPartyType()
Gets the value of the partyType property.- Returns:
- possible object is
PartyTypeType
-
setPartyType
public void setPartyType(PartyTypeType value)
Sets the value of the partyType property.- Parameters:
value- allowed object isPartyTypeType
-
-