Class ActivityPropertyType


  • public class ActivityPropertyType
    extends Object

    Java class for ActivityPropertyType complex type.

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

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

      • ActivityPropertyType

        public ActivityPropertyType()
    • Method Detail

      • getName

        public NameType getName()
        Gets the value of the name property.
        Returns:
        possible object is NameType
      • setName

        public void setName​(NameType value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is NameType
      • getValue

        public ValueType getValue()
        Gets the value of the value property.
        Returns:
        possible object is ValueType
      • setValue

        public void setValue​(ValueType value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is ValueType