Class ManifestResult
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.ManifestResult
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="ReferenceXpath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the referenceXpath property.Gets the value of the status property.voidsetReferenceXpath(String value) Sets the value of the referenceXpath property.voidSets the value of the status property.
-
Field Details
-
referenceXpath
-
status
-
-
Constructor Details
-
ManifestResult
public ManifestResult()
-
-
Method Details
-
getReferenceXpath
Gets the value of the referenceXpath property.- Returns:
- possible object is
String
-
setReferenceXpath
Sets the value of the referenceXpath property.- Parameters:
value- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString
-