
public class UserIdentity extends Object implements Serializable
Java class for UserIdentity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserIdentity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HttpHeaderName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Namespaces" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}ArrayOfXMLNamespacePrefixies"/>
<element name="UseHttpCredential" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UseHttpHeader" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="XPaths" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}ArrayOfXPathExpressionType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
httpHeaderName |
protected ArrayOfXMLNamespacePrefixies |
namespaces |
protected Boolean |
useHttpCredential |
protected Boolean |
useHttpHeader |
protected ArrayOfXPathExpressionType |
xPaths |
| Constructor and Description |
|---|
UserIdentity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpHeaderName()
Gets the value of the httpHeaderName property.
|
ArrayOfXMLNamespacePrefixies |
getNamespaces()
Gets the value of the namespaces property.
|
ArrayOfXPathExpressionType |
getXPaths()
Gets the value of the xPaths property.
|
boolean |
isSetHttpHeaderName() |
boolean |
isSetNamespaces() |
boolean |
isSetUseHttpCredential() |
boolean |
isSetUseHttpHeader() |
boolean |
isSetXPaths() |
Boolean |
isUseHttpCredential()
Gets the value of the useHttpCredential property.
|
Boolean |
isUseHttpHeader()
Gets the value of the useHttpHeader property.
|
void |
setHttpHeaderName(String value)
Sets the value of the httpHeaderName property.
|
void |
setNamespaces(ArrayOfXMLNamespacePrefixies value)
Sets the value of the namespaces property.
|
void |
setUseHttpCredential(Boolean value)
Sets the value of the useHttpCredential property.
|
void |
setUseHttpHeader(Boolean value)
Sets the value of the useHttpHeader property.
|
void |
setXPaths(ArrayOfXPathExpressionType value)
Sets the value of the xPaths property.
|
protected String httpHeaderName
protected ArrayOfXMLNamespacePrefixies namespaces
protected Boolean useHttpCredential
protected Boolean useHttpHeader
protected ArrayOfXPathExpressionType xPaths
public String getHttpHeaderName()
Stringpublic void setHttpHeaderName(String value)
value - allowed object is
Stringpublic boolean isSetHttpHeaderName()
public ArrayOfXMLNamespacePrefixies getNamespaces()
ArrayOfXMLNamespacePrefixiespublic void setNamespaces(ArrayOfXMLNamespacePrefixies value)
value - allowed object is
ArrayOfXMLNamespacePrefixiespublic boolean isSetNamespaces()
public Boolean isUseHttpCredential()
Booleanpublic void setUseHttpCredential(Boolean value)
value - allowed object is
Booleanpublic boolean isSetUseHttpCredential()
public Boolean isUseHttpHeader()
Booleanpublic void setUseHttpHeader(Boolean value)
value - allowed object is
Booleanpublic boolean isSetUseHttpHeader()
public ArrayOfXPathExpressionType getXPaths()
ArrayOfXPathExpressionTypepublic void setXPaths(ArrayOfXPathExpressionType value)
value - allowed object is
ArrayOfXPathExpressionTypepublic boolean isSetXPaths()
Copyright © 2008–2017 MIL-OSS. All rights reserved.