public class PasswordSecretItem
extends java.lang.Object
Java class for passwordSecretItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="passwordSecretItem">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="action" use="required">
<simpleType>
<restriction base="{}allActions">
<enumeration value="create"/>
</restriction>
</simpleType>
</attribute>
<attribute name="user" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="external-id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllActions |
action |
protected java.lang.String |
externalId |
protected java.lang.String |
user |
protected java.lang.String |
value |
| Constructor and Description |
|---|
PasswordSecretItem() |
| Modifier and Type | Method and Description |
|---|---|
AllActions |
getAction()
Gets the value of the action property.
|
java.lang.String |
getExternalId()
Gets the value of the externalId property.
|
java.lang.String |
getUser()
Gets the value of the user property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setExternalId(java.lang.String value)
Sets the value of the externalId property.
|
void |
setUser(java.lang.String value)
Sets the value of the user property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected AllActions action
protected java.lang.String user
protected java.lang.String externalId
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic AllActions getAction()
AllActionspublic void setAction(AllActions value)
value - allowed object is
AllActionspublic java.lang.String getUser()
Stringpublic void setUser(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExternalId()
Stringpublic void setExternalId(java.lang.String value)
value - allowed object is
String