|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.dss._1_0.core.schema.ManifestResult
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:25:58+02:00", comments="JAXB RI v2.2.6") public class 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>
Constructor Summary | |
---|---|
ManifestResult()
|
Method Summary | |
---|---|
String |
getReferenceXpath()
Gets the value of the referenceXpath property. |
String |
getStatus()
Gets the value of the status property. |
void |
setReferenceXpath(String value)
Sets the value of the referenceXpath property. |
void |
setStatus(String value)
Sets the value of the status property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManifestResult()
Method Detail |
---|
public String getReferenceXpath()
String
public void setReferenceXpath(String value)
value
- allowed object is
String
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |