public class AuthenticationCmdParams
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Part" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Certificate" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Reason" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="URL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="ReasonDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AuthenticationType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authenticationType |
protected java.util.List<java.lang.Object> |
certificates |
protected java.util.List<Part> |
parts |
protected java.lang.String |
reason |
protected java.lang.String |
reasonDetails |
protected java.lang.String |
url |
| Constructor and Description |
|---|
AuthenticationCmdParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthenticationType()
Gets the value of the authenticationType property.
|
java.util.List<java.lang.Object> |
getCertificates()
Gets the value of the certificates property.
|
java.util.List<Part> |
getParts()
Gets the value of the parts property.
|
java.lang.String |
getReason()
Gets the value of the reason property.
|
java.lang.String |
getReasonDetails()
Gets the value of the reasonDetails property.
|
java.lang.String |
getURL()
Gets the value of the url property.
|
void |
setAuthenticationType(java.lang.String value)
Sets the value of the authenticationType property.
|
void |
setReason(java.lang.String value)
Sets the value of the reason property.
|
void |
setReasonDetails(java.lang.String value)
Sets the value of the reasonDetails property.
|
void |
setURL(java.lang.String value)
Sets the value of the url property.
|
protected java.util.List<java.lang.Object> certificates
protected java.util.List<Part> parts
protected java.lang.String reason
protected java.lang.String url
protected java.lang.String reasonDetails
protected java.lang.String authenticationType
public java.util.List<java.lang.Object> getCertificates()
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 certificates property.
For example, to add a new item, do as follows:
getCertificates().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public java.util.List<Part> getParts()
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 parts property.
For example, to add a new item, do as follows:
getParts().add(newItem);
Objects of the following type(s) are allowed in the list
Part
public java.lang.String getReason()
Stringpublic void setReason(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getURL()
Stringpublic void setURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReasonDetails()
Stringpublic void setReasonDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAuthenticationType()
Stringpublic void setAuthenticationType(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.