|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3._2000._09.xmldsig.RetrievalMethod
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-04-09T03:49:32+02:00",
comments="JAXB RI v2.2.11")
public class RetrievalMethod
Java class for RetrievalMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetrievalMethodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
</sequence>
<attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RetrievalMethod()
|
|
| Method Summary | |
|---|---|
Transforms |
getTransforms()
Gets the value of the transforms property. |
String |
getType()
Gets the value of the type property. |
String |
getURI()
Gets the value of the uri property. |
void |
setTransforms(Transforms value)
Sets the value of the transforms property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setURI(String value)
Sets the value of the uri property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RetrievalMethod()
| Method Detail |
|---|
public Transforms getTransforms()
Transformspublic void setTransforms(Transforms value)
value - allowed object is
Transformspublic String getURI()
Stringpublic void setURI(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||