public class CredentialSegmentItem
extends java.lang.Object
Java class for credentialSegmentItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="credentialSegmentItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="credential-slot" type="{}credentialSlotItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="user-mapped" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="adapter-type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllActions |
action |
protected java.lang.String |
adapterType |
protected java.util.List<CredentialSlotItem> |
credentialSlot |
protected java.lang.String |
description |
protected java.lang.String |
domain |
protected java.lang.String |
name |
protected java.lang.String |
objectid |
protected java.lang.String |
uniquename |
protected java.lang.Boolean |
userMapped |
| Constructor and Description |
|---|
CredentialSegmentItem() |
| Modifier and Type | Method and Description |
|---|---|
AllActions |
getAction()
Gets the value of the action property.
|
java.lang.String |
getAdapterType()
Gets the value of the adapterType property.
|
java.util.List<CredentialSlotItem> |
getCredentialSlot()
Gets the value of the credentialSlot property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
java.lang.Boolean |
isUserMapped()
Gets the value of the userMapped property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setAdapterType(java.lang.String value)
Sets the value of the adapterType property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
void |
setUserMapped(java.lang.Boolean value)
Sets the value of the userMapped property.
|
protected java.lang.String description
protected java.util.List<CredentialSlotItem> credentialSlot
protected java.lang.String name
protected java.lang.Boolean userMapped
protected java.lang.String adapterType
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<CredentialSlotItem> getCredentialSlot()
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 credentialSlot property.
For example, to add a new item, do as follows:
getCredentialSlot().add(newItem);
Objects of the following type(s) are allowed in the list
CredentialSlotItem
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isUserMapped()
Booleanpublic void setUserMapped(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getAdapterType()
Stringpublic void setAdapterType(java.lang.String value)
value - allowed object is
Stringpublic AllActions getAction()
AllActionspublic void setAction(AllActions value)
value - allowed object is
AllActionspublic java.lang.String getObjectid()
Stringpublic void setObjectid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniquename()
Stringpublic void setUniquename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
String