|
||||||||||
| 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.Parameter
public class Parameter
Java class for Parameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="StructureDefinition" type="{}StructureDefinition"/>
<element name="Value" type="{}ParameterValue" minOccurs="0"/>
<element name="DefaultValue" type="{}ParameterValue" minOccurs="0"/>
<element name="EnabledBy" type="{}EnabledBy" minOccurs="0"/>
<element name="DiscoveredBy" type="{}DiscoveredBy" minOccurs="0"/>
</sequence>
<sequence>
<element name="Value" type="{}ParameterValue" minOccurs="0"/>
<element name="DefaultValue" type="{}ParameterValue" minOccurs="0"/>
<element name="Range" type="{}ParameterRange" minOccurs="0"/>
<element name="EnabledBy" type="{}EnabledBy" minOccurs="0"/>
<element name="DiscoveredBy" type="{}DiscoveredBy" minOccurs="0"/>
</sequence>
</choice>
<attribute name="paramId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{}ParameterKind" />
<attribute name="instantiationLevelId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="instantiationLevelName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="instantiationLevel" type="{}HierarchyLevel" />
<attribute name="defaultInstantiationLevelId" type="{http://www.w3.org/2001/XMLSchema}string" />
<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="mergeOverrides" 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="true" />
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="base" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
advanced
|
protected String |
base
|
protected String |
defaultInstantiationLevelId
|
protected ParameterValue |
defaultValue
|
protected String |
description
|
protected DiscoveredBy |
discoveredBy
|
protected EnabledBy |
enabledBy
|
protected Boolean |
hidden
|
protected HierarchyLevel |
instantiationLevel
|
protected String |
instantiationLevelId
|
protected String |
instantiationLevelName
|
protected Boolean |
isArray
|
protected Boolean |
mergeOverrides
|
protected String |
name
|
protected String |
paramId
|
protected ParameterRange |
range
|
protected Boolean |
readOnly
|
protected Boolean |
required
|
protected Boolean |
requiresRestart
|
protected StructureDefinition |
structureDefinition
|
protected ParameterKind |
type
|
protected String |
unit
|
protected ParameterValue |
value
|
| Constructor Summary | |
|---|---|
Parameter()
|
|
| 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 |
getBase()
Gets the value of the base property. |
String |
getDefaultInstantiationLevelId()
Gets the value of the defaultInstantiationLevelId property. |
ParameterValue |
getDefaultValue()
Gets the value of the defaultValue property. |
String |
getDescription()
Gets the value of the description property. |
DiscoveredBy |
getDiscoveredBy()
Gets the value of the discoveredBy property. |
EnabledBy |
getEnabledBy()
Gets the value of the enabledBy property. |
HierarchyLevel |
getInstantiationLevel()
Gets the value of the instantiationLevel property. |
String |
getInstantiationLevelId()
Gets the value of the instantiationLevelId property. |
String |
getInstantiationLevelName()
Gets the value of the instantiationLevelName property. |
String |
getName()
Gets the value of the name property. |
String |
getParamId()
Gets the value of the paramId property. |
ParameterRange |
getRange()
Gets the value of the range 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. |
ParameterValue |
getValue()
Gets the value of the value 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 |
isMergeOverrides()
Gets the value of the mergeOverrides 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 |
setBase(String value)
Sets the value of the base property. |
void |
setDefaultInstantiationLevelId(String value)
Sets the value of the defaultInstantiationLevelId property. |
void |
setDefaultValue(ParameterValue value)
Sets the value of the defaultValue property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDiscoveredBy(DiscoveredBy value)
Sets the value of the discoveredBy property. |
void |
setEnabledBy(EnabledBy value)
Sets the value of the enabledBy property. |
void |
setHidden(Boolean value)
Sets the value of the hidden property. |
void |
setInstantiationLevel(HierarchyLevel value)
Sets the value of the instantiationLevel property. |
void |
setInstantiationLevelId(String value)
Sets the value of the instantiationLevelId property. |
void |
setInstantiationLevelName(String value)
Sets the value of the instantiationLevelName property. |
void |
setIsArray(Boolean value)
Sets the value of the isArray property. |
void |
setMergeOverrides(Boolean value)
Sets the value of the mergeOverrides property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setParamId(String value)
Sets the value of the paramId property. |
void |
setRange(ParameterRange value)
Sets the value of the range 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. |
void |
setValue(ParameterValue value)
Sets the value of the value property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected StructureDefinition structureDefinition
protected ParameterValue value
protected ParameterValue defaultValue
protected ParameterRange range
protected EnabledBy enabledBy
protected DiscoveredBy discoveredBy
protected String paramId
protected String name
protected ParameterKind type
protected String instantiationLevelId
protected String instantiationLevelName
protected HierarchyLevel instantiationLevel
protected String defaultInstantiationLevelId
protected String description
protected Boolean isArray
protected Boolean mergeOverrides
protected Boolean required
protected Boolean hidden
protected Boolean readOnly
protected Boolean advanced
protected Boolean requiresRestart
protected String unit
protected String base
| Constructor Detail |
|---|
public Parameter()
| Method Detail |
|---|
public StructureDefinition getStructureDefinition()
StructureDefinitionpublic void setStructureDefinition(StructureDefinition value)
value - allowed object is
StructureDefinitionpublic ParameterValue getValue()
ParameterValuepublic void setValue(ParameterValue value)
value - allowed object is
ParameterValuepublic ParameterValue getDefaultValue()
ParameterValuepublic void setDefaultValue(ParameterValue value)
value - allowed object is
ParameterValuepublic ParameterRange getRange()
ParameterRangepublic void setRange(ParameterRange value)
value - allowed object is
ParameterRangepublic EnabledBy getEnabledBy()
EnabledBypublic void setEnabledBy(EnabledBy value)
value - allowed object is
EnabledBypublic DiscoveredBy getDiscoveredBy()
DiscoveredBypublic void setDiscoveredBy(DiscoveredBy value)
value - allowed object is
DiscoveredBypublic String getParamId()
Stringpublic void setParamId(String value)
value - allowed object is
Stringpublic 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 getInstantiationLevelId()
Stringpublic void setInstantiationLevelId(String value)
value - allowed object is
Stringpublic String getInstantiationLevelName()
Stringpublic void setInstantiationLevelName(String value)
value - allowed object is
Stringpublic HierarchyLevel getInstantiationLevel()
HierarchyLevelpublic void setInstantiationLevel(HierarchyLevel value)
value - allowed object is
HierarchyLevelpublic String getDefaultInstantiationLevelId()
Stringpublic void setDefaultInstantiationLevelId(String value)
value - allowed object is
Stringpublic 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 isMergeOverrides()
Booleanpublic void setMergeOverrides(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 getBase()
Stringpublic void setBase(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 | |||||||||