public class AuthenticationCmdParams extends Object implements 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>
<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"/>
</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 String |
authenticationType |
protected List<Object> |
certificate |
protected List<Part> |
part |
protected String |
reason |
protected String |
reasonDetails |
protected String |
url |
| Constructor and Description |
|---|
AuthenticationCmdParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationType()
Gets the value of the authenticationType property.
|
List<Object> |
getCertificate()
Gets the value of the certificate property.
|
List<Part> |
getPart()
Gets the value of the part property.
|
String |
getReason()
Gets the value of the reason property.
|
String |
getReasonDetails()
Gets the value of the reasonDetails property.
|
String |
getURL()
Gets the value of the url property.
|
void |
setAuthenticationType(String value)
Sets the value of the authenticationType property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setReasonDetails(String value)
Sets the value of the reasonDetails property.
|
void |
setURL(String value)
Sets the value of the url property.
|
protected String reason
protected String url
protected String reasonDetails
protected String authenticationType
public List<Part> getPart()
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 part property.
For example, to add a new item, do as follows:
getPart().add(newItem);
Objects of the following type(s) are allowed in the list
Part
public List<Object> getCertificate()
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 certificate property.
For example, to add a new item, do as follows:
getCertificate().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic void setURL(String value)
value - allowed object is
Stringpublic String getReasonDetails()
Stringpublic void setReasonDetails(String value)
value - allowed object is
Stringpublic String getAuthenticationType()
StringCopyright © 2013. All Rights Reserved.