Class ManifestResult
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.ManifestResult
-
public class ManifestResult 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="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 Modifier and Type Field Description protected java.lang.StringreferenceXpathprotected java.lang.Stringstatus
-
Constructor Summary
Constructors Constructor Description ManifestResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetReferenceXpath()Gets the value of the referenceXpath property.java.lang.StringgetStatus()Gets the value of the status property.voidsetReferenceXpath(java.lang.String value)Sets the value of the referenceXpath property.voidsetStatus(java.lang.String value)Sets the value of the status property.
-
-
-
Method Detail
-
getReferenceXpath
public java.lang.String getReferenceXpath()
Gets the value of the referenceXpath property.- Returns:
- possible object is
String
-
setReferenceXpath
public void setReferenceXpath(java.lang.String value)
Sets the value of the referenceXpath property.- Parameters:
value- allowed object isString
-
getStatus
public java.lang.String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(java.lang.String value)
Sets the value of the status property.- Parameters:
value- allowed object isString
-
-