public class Header extends BaseResource
Java class for Header complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Header"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
mandatory |
protected String |
value |
actions, creationStatus, description, href, id, links, name
Constructor and Description |
---|
Header() |
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Gets the value of the value property.
|
Boolean |
isMandatory()
Gets the value of the mandatory property.
|
boolean |
isSetMandatory() |
boolean |
isSetValue() |
void |
setMandatory(Boolean value)
Sets the value of the mandatory property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isSetValue()
public Boolean isMandatory()
Boolean
public void setMandatory(Boolean value)
value
- allowed object is
Boolean
public boolean isSetMandatory()
Copyright © 2012. All Rights Reserved.