Class Property


  • public class Property
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Identifier" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="Value" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String identifier  
      protected AnyType value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Property()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIdentifier()
      Gets the value of the identifier property.
      AnyType getValue()
      Gets the value of the value property.
      void setIdentifier​(java.lang.String value)
      Sets the value of the identifier property.
      void setValue​(AnyType value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • identifier

        protected java.lang.String identifier
    • Constructor Detail

      • Property

        public Property()
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
        Gets the value of the identifier property.
        Returns:
        possible object is String
      • setIdentifier

        public void setIdentifier​(java.lang.String value)
        Sets the value of the identifier property.
        Parameters:
        value - allowed object is String
      • getValue

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

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