Class Property

java.lang.Object
oasis.names.tc.dss._1_0.core.schema.Property

public class Property extends 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 Details

    • identifier

      protected String identifier
    • value

      protected AnyType value
  • Constructor Details

    • Property

      public Property()
  • Method Details

    • getIdentifier

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

      public void setIdentifier(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