|
||||||||||
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="2023-04-04T03:40:51+02:00", comments="JAXB RI v2.3.6") 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()
Transforms
public void setTransforms(Transforms value)
value
- allowed object is
Transforms
public String getURI()
String
public void setURI(String value)
value
- allowed object is
String
public String getType()
String
public 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 |