|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cisco.oss.foundation.configuration.xml.jaxb.ParameterType
public class ParameterType
Java class for ParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StructureDefinition" type="{}StructureDefinition" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{}ParameterKind" />
<attribute name="description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="isArray" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="readOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="advanced" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="requiresRestart" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
advanced
|
protected String |
description
|
protected Boolean |
hidden
|
protected Boolean |
isArray
|
protected String |
name
|
protected Boolean |
readOnly
|
protected Boolean |
required
|
protected Boolean |
requiresRestart
|
protected StructureDefinition |
structureDefinition
|
protected ParameterKind |
type
|
protected String |
unit
|
| Constructor Summary | |
|---|---|
ParameterType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
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)
|
String |
getDescription()
Gets the value of the description property. |
String |
getName()
Gets the value of the name property. |
StructureDefinition |
getStructureDefinition()
Gets the value of the structureDefinition property. |
ParameterKind |
getType()
Gets the value of the type property. |
String |
getUnit()
Gets the value of the unit property. |
boolean |
isAdvanced()
Gets the value of the advanced property. |
boolean |
isHidden()
Gets the value of the hidden property. |
boolean |
isIsArray()
Gets the value of the isArray property. |
boolean |
isReadOnly()
Gets the value of the readOnly property. |
boolean |
isRequired()
Gets the value of the required property. |
boolean |
isRequiresRestart()
Gets the value of the requiresRestart property. |
void |
setAdvanced(Boolean value)
Sets the value of the advanced property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setHidden(Boolean value)
Sets the value of the hidden property. |
void |
setIsArray(Boolean value)
Sets the value of the isArray property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setReadOnly(Boolean value)
Sets the value of the readOnly property. |
void |
setRequired(Boolean value)
Sets the value of the required property. |
void |
setRequiresRestart(Boolean value)
Sets the value of the requiresRestart property. |
void |
setStructureDefinition(StructureDefinition value)
Sets the value of the structureDefinition property. |
void |
setType(ParameterKind value)
Sets the value of the type property. |
void |
setUnit(String value)
Sets the value of the unit property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected StructureDefinition structureDefinition
protected String name
protected ParameterKind type
protected String description
protected Boolean isArray
protected Boolean required
protected Boolean hidden
protected Boolean readOnly
protected Boolean advanced
protected Boolean requiresRestart
protected String unit
| Constructor Detail |
|---|
public ParameterType()
| Method Detail |
|---|
public StructureDefinition getStructureDefinition()
StructureDefinitionpublic void setStructureDefinition(StructureDefinition value)
value - allowed object is
StructureDefinitionpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ParameterKind getType()
ParameterKindpublic void setType(ParameterKind value)
value - allowed object is
ParameterKindpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isIsArray()
Booleanpublic void setIsArray(Boolean value)
value - allowed object is
Booleanpublic boolean isRequired()
Booleanpublic void setRequired(Boolean value)
value - allowed object is
Booleanpublic boolean isHidden()
Booleanpublic void setHidden(Boolean value)
value - allowed object is
Booleanpublic boolean isReadOnly()
Booleanpublic void setReadOnly(Boolean value)
value - allowed object is
Booleanpublic boolean isAdvanced()
Booleanpublic void setAdvanced(Boolean value)
value - allowed object is
Booleanpublic boolean isRequiresRestart()
Booleanpublic void setRequiresRestart(Boolean value)
value - allowed object is
Booleanpublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
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 boolean equals(Object object)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||