Class PartyIdentificationType


  • public class PartyIdentificationType
    extends Object

    Java class for PartyIdentificationType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="PartyIdentificationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PartyIdentificationType

        public PartyIdentificationType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType