Class Property
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.Property
-
public class Property extends java.lang.ObjectJava 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.Stringidentifierprotected AnyTypevalue
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIdentifier()Gets the value of the identifier property.AnyTypegetValue()Gets the value of the value property.voidsetIdentifier(java.lang.String value)Sets the value of the identifier property.voidsetValue(AnyType value)Sets the value of the value property.
-
-
-
Field Detail
-
identifier
protected java.lang.String identifier
-
value
protected AnyType value
-
-
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 isString
-
getValue
public AnyType getValue()
Gets the value of the value property.- Returns:
- possible object is
AnyType
-
-