@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public class Sender
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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 java.util.List<Credential> |
credential |
protected CXMLUserAgent |
userAgent |
| Constructor and Description |
|---|
Sender() |
| 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.EqualsStrategy2 strategy) |
java.util.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.HashCodeStrategy2 strategy) |
void |
setUserAgent(CXMLUserAgent value)
Sets the value of the userAgent property.
|
Sender |
withCredential(java.util.Collection<Credential> values) |
Sender |
withCredential(Credential... values) |
Sender |
withUserAgent(CXMLUserAgent value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Credential> credential
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected CXMLUserAgent userAgent
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.util.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="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public CXMLUserAgent getUserAgent()
CXMLUserAgent@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setUserAgent(CXMLUserAgent value)
value - allowed object is
CXMLUserAgentpublic Sender withCredential(Credential... values)
public Sender withCredential(java.util.Collection<Credential> values)
public Sender withUserAgent(CXMLUserAgent value)
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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public 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.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Object