Class 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>
     
    • Constructor Detail

      • ContractingPartyTypeType

        public ContractingPartyTypeType()
    • Method Detail

      • setPartyTypeCode

        public void setPartyTypeCode​(PartyTypeCodeType value)
        Sets the value of the partyTypeCode property.
        Parameters:
        value - allowed object is PartyTypeCodeType
      • 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 is PartyTypeType