public class Transform
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for TransformType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransformType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <any processContents='lax' namespace='##other'/> <element name="XPath" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
algorithm |
protected java.util.List<java.lang.Object> |
content |
Constructor and Description |
---|
Transform()
Default no-arg constructor
|
Transform(java.util.List<java.lang.Object> content,
java.lang.String algorithm)
Fully-initialising value constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
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) |
java.lang.String |
getAlgorithm()
Gets the value of the algorithm property.
|
java.util.List<java.lang.Object> |
getContent()
Gets the value of the content property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAlgorithm(java.lang.String value)
Sets the value of the algorithm property.
|
void |
setContent(java.util.List<java.lang.Object> value) |
java.lang.String |
toString() |
Transform |
withAlgorithm(java.lang.String value) |
Transform |
withContent(java.util.Collection<java.lang.Object> values) |
Transform |
withContent(java.util.List<java.lang.Object> value) |
Transform |
withContent(java.lang.Object... values) |
protected java.util.List<java.lang.Object> content
protected java.lang.String algorithm
public Transform()
public Transform(java.util.List<java.lang.Object> content, java.lang.String algorithm)
public java.util.List<java.lang.Object> getContent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Object
JAXBElement
<
String
>
Element
String
public java.lang.String getAlgorithm()
String
public void setAlgorithm(java.lang.String value)
value
- allowed object is
String
public void setContent(java.util.List<java.lang.Object> value)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public 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.Equals
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public int hashCode()
hashCode
in class java.lang.Object
public Transform withContent(java.lang.Object... values)
public Transform withContent(java.util.Collection<java.lang.Object> values)
public Transform withAlgorithm(java.lang.String value)
public Transform withContent(java.util.List<java.lang.Object> value)
Copyright © 2014 Digipost Open Source. All Rights Reserved.