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="deprecated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Header() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDeprecated()
Gets the value of the deprecated property.
|
Boolean |
getRequired()
Gets the value of the required property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetDeprecated() |
boolean |
isSetValue() |
void |
setDeprecated(Boolean value)
Sets the value of the deprecated property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public Boolean getDeprecated()
Booleanpublic void setDeprecated(Boolean value)
value - allowed object is
Booleanpublic boolean isSetDeprecated()
public Boolean getRequired()
BooleanCopyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0