public class Credential extends Object implements Serializable
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 |
|---|---|
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.
|
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.
|
protected org.cip4.lib.xjdf.schema.Telem identity
protected CXMLSharedSecret sharedSecret
protected CXMLCredentialMac credentialMac
protected String domain
protected String type
public org.cip4.lib.xjdf.schema.Telem getIdentity()
Telempublic void setIdentity(org.cip4.lib.xjdf.schema.Telem value)
value - allowed object is
Telempublic CXMLSharedSecret getSharedSecret()
CXMLSharedSecretpublic void setSharedSecret(CXMLSharedSecret value)
value - allowed object is
CXMLSharedSecretpublic CXMLCredentialMac getCredentialMac()
CXMLCredentialMacpublic void setCredentialMac(CXMLCredentialMac value)
value - allowed object is
CXMLCredentialMacpublic String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2014. All Rights Reserved.