public class AccessKeyType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for AccessKeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessKeyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="secret" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ACTIVE"/>
<enumeration value="INACTIVE"/>
</restriction>
</simpleType>
</element>
<element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessKeyType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
created |
protected String |
id |
protected String |
name |
protected String |
secret |
protected String |
status |
| Constructor and Description |
|---|
AccessKeyType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
XMLGregorianCalendar |
getCreated()
Gets the value of the created property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSecret()
Gets the value of the secret property.
|
String |
getStatus()
Gets the value of the status property.
|
boolean |
isSetCreated() |
boolean |
isSetId() |
boolean |
isSetName() |
boolean |
isSetSecret() |
boolean |
isSetStatus() |
void |
setCreated(XMLGregorianCalendar value)
Sets the value of the created property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSecret(String value)
Sets the value of the secret property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
AccessKeyType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
AccessKeyType |
withCreated(XMLGregorianCalendar value) |
AccessKeyType |
withId(String value) |
AccessKeyType |
withName(String value) |
AccessKeyType |
withSecret(String value) |
AccessKeyType |
withStatus(String value) |
protected String id
protected String name
protected String secret
protected String status
protected XMLGregorianCalendar created
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getSecret()
Stringpublic void setSecret(String value)
value - allowed object is
Stringpublic boolean isSetSecret()
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public XMLGregorianCalendar getCreated()
XMLGregorianCalendarpublic void setCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetCreated()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic AccessKeyType withId(String value)
public AccessKeyType withName(String value)
public AccessKeyType withSecret(String value)
public AccessKeyType withStatus(String value)
public AccessKeyType withCreated(XMLGregorianCalendar value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic AccessKeyType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.