@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public class Sender extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for Sender complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Sender">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Credential" type="{http://www.printtalk.org/schema_2_0}Credential" maxOccurs="unbounded"/>
<element name="UserAgent" type="{http://www.printtalk.org/schema_2_0}cXML-UserAgent"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Credential> |
credential |
protected CXMLUserAgent |
userAgent |
| Constructor and Description |
|---|
Sender() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<Credential> |
getCredential()
Gets the value of the credential property.
|
CXMLUserAgent |
getUserAgent()
Gets the value of the userAgent property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setUserAgent(CXMLUserAgent value)
Sets the value of the userAgent property.
|
Sender |
withCredential(Collection<Credential> values) |
Sender |
withCredential(Credential... values) |
Sender |
withUserAgent(CXMLUserAgent value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected List<Credential> credential
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected CXMLUserAgent userAgent
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public List<Credential> getCredential()
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 credential property.
For example, to add a new item, do as follows:
getCredential().add(newItem);
Objects of the following type(s) are allowed in the list
Credential
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public CXMLUserAgent getUserAgent()
CXMLUserAgent@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setUserAgent(CXMLUserAgent value)
value - allowed object is
CXMLUserAgent@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Sender withCredential(Credential... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Sender withCredential(Collection<Credential> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Sender withUserAgent(CXMLUserAgent value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") 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.HashCodeCopyright © 2016. All rights reserved.