public class RetrievalMethod
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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>
| Modifier and Type | Field and Description |
|---|---|
protected Transforms |
transforms |
protected java.lang.String |
type |
protected java.lang.String |
uri |
| Constructor and Description |
|---|
RetrievalMethod()
Default no-arg constructor
|
RetrievalMethod(Transforms transforms,
java.lang.String uri,
java.lang.String type)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Transforms |
getTransforms()
Gets the value of the transforms property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getURI()
Gets the value of the uri property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setTransforms(Transforms value)
Sets the value of the transforms property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setURI(java.lang.String value)
Sets the value of the uri property.
|
RetrievalMethod |
withTransforms(Transforms value) |
RetrievalMethod |
withType(java.lang.String value) |
RetrievalMethod |
withURI(java.lang.String value) |
protected Transforms transforms
protected java.lang.String uri
protected java.lang.String type
public RetrievalMethod()
public RetrievalMethod(Transforms transforms, java.lang.String uri, java.lang.String type)
public Transforms getTransforms()
Transformspublic void setTransforms(Transforms value)
value - allowed object is
Transformspublic java.lang.String getURI()
Stringpublic void setURI(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic RetrievalMethod withTransforms(Transforms value)
public RetrievalMethod withURI(java.lang.String value)
public RetrievalMethod withType(java.lang.String value)