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()
String
public void setHttpHeaderName(String value)
value
- allowed object is
String
public boolean isSetHttpHeaderName()
public ArrayOfXMLNamespacePrefixies getNamespaces()
ArrayOfXMLNamespacePrefixies
public void setNamespaces(ArrayOfXMLNamespacePrefixies value)
value
- allowed object is
ArrayOfXMLNamespacePrefixies
public boolean isSetNamespaces()
public Boolean isUseHttpCredential()
Boolean
public void setUseHttpCredential(Boolean value)
value
- allowed object is
Boolean
public boolean isSetUseHttpCredential()
public Boolean isUseHttpHeader()
Boolean
public void setUseHttpHeader(Boolean value)
value
- allowed object is
Boolean
public boolean isSetUseHttpHeader()
public ArrayOfXPathExpressionType getXPaths()
ArrayOfXPathExpressionType
public void setXPaths(ArrayOfXPathExpressionType value)
value
- allowed object is
ArrayOfXPathExpressionType
public boolean isSetXPaths()
Copyright © 2008–2017 MIL-OSS. All rights reserved.