@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public class Credential extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for Credential complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Credential">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Identity" type="{http://www.CIP4.org/JDFSchema_2_0}telem"/>
<element name="SharedSecret" type="{http://www.printtalk.org/schema_2_0}cXML-SharedSecret" minOccurs="0"/>
<element name="CredentialMac" type="{http://www.printtalk.org/schema_2_0}cXML-CredentialMac" minOccurs="0"/>
</sequence>
<attribute name="domain" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="type" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CXMLCredentialMac |
credentialMac |
protected String |
domain |
protected org.cip4.lib.xjdf.schema.Telem |
identity |
protected CXMLSharedSecret |
sharedSecret |
protected String |
type |
| Constructor and Description |
|---|
Credential() |
| 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) |
CXMLCredentialMac |
getCredentialMac()
Gets the value of the credentialMac property.
|
String |
getDomain()
Gets the value of the domain property.
|
org.cip4.lib.xjdf.schema.Telem |
getIdentity()
Gets the value of the identity property.
|
CXMLSharedSecret |
getSharedSecret()
Gets the value of the sharedSecret property.
|
String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCredentialMac(CXMLCredentialMac value)
Sets the value of the credentialMac property.
|
void |
setDomain(String value)
Sets the value of the domain property.
|
void |
setIdentity(org.cip4.lib.xjdf.schema.Telem value)
Sets the value of the identity property.
|
void |
setSharedSecret(CXMLSharedSecret value)
Sets the value of the sharedSecret property.
|
void |
setType(String value)
Sets the value of the type property.
|
Credential |
withCredentialMac(CXMLCredentialMac value) |
Credential |
withDomain(String value) |
Credential |
withIdentity(org.cip4.lib.xjdf.schema.Telem value) |
Credential |
withSharedSecret(CXMLSharedSecret value) |
Credential |
withType(String value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") protected org.cip4.lib.xjdf.schema.Telem identity
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") protected CXMLSharedSecret sharedSecret
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") protected CXMLCredentialMac credentialMac
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") protected String domain
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") protected String type
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public org.cip4.lib.xjdf.schema.Telem getIdentity()
Telem@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public void setIdentity(org.cip4.lib.xjdf.schema.Telem value)
value - allowed object is
Telem@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public CXMLSharedSecret getSharedSecret()
CXMLSharedSecret@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public void setSharedSecret(CXMLSharedSecret value)
value - allowed object is
CXMLSharedSecret@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public CXMLCredentialMac getCredentialMac()
CXMLCredentialMac@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public void setCredentialMac(CXMLCredentialMac value)
value - allowed object is
CXMLCredentialMac@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public String getDomain()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public void setDomain(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public String getType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public void setType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Credential withIdentity(org.cip4.lib.xjdf.schema.Telem value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Credential withSharedSecret(CXMLSharedSecret value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Credential withCredentialMac(CXMLCredentialMac value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Credential withDomain(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public Credential withType(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+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-04-15T01:44:33+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:44:33+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.