Class Property
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.Property
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the identifier property.getValue()Gets the value of the value property.voidsetIdentifier(String value) Sets the value of the identifier property.voidSets the value of the value property.
-
Field Details
-
identifier
-
value
-
-
Constructor Details
-
Property
public Property()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
AnyType
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isAnyType
-