|
||||||||||
| 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.StructureMemberDefinition
public class StructureMemberDefinition
Java class for StructureMemberDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructureMemberDefinition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="StructureDefinition" type="{}StructureDefinition" minOccurs="0"/>
</sequence>
<sequence>
<element name="DefaultValue" type="{}ParameterValue" minOccurs="0"/>
<element name="Range" type="{}ParameterRange" minOccurs="0"/>
<element name="DiscoveredBy" type="{}DiscoveredBy" minOccurs="0"/>
</sequence>
</choice>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{}ParameterKind" />
<attribute name="isArray" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="hidden" 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="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ignoreName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
advanced
|
protected ParameterValue |
defaultValue
|
protected String |
description
|
protected DiscoveredBy |
discoveredBy
|
protected Boolean |
hidden
|
protected Boolean |
ignoreName
|
protected Boolean |
isArray
|
protected String |
name
|
protected ParameterRange |
range
|
protected Boolean |
required
|
protected StructureDefinition |
structureDefinition
|
protected ParameterKind |
type
|
protected String |
unit
|
| Constructor Summary | |
|---|---|
StructureMemberDefinition()
|
|
| 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)
|
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. |
String |
getName()
Gets the value of the name 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. |
boolean |
isAdvanced()
Gets the value of the advanced property. |
boolean |
isHidden()
Gets the value of the hidden property. |
boolean |
isIgnoreName()
Gets the value of the ignoreName property. |
boolean |
isIsArray()
Gets the value of the isArray property. |
boolean |
isRequired()
Gets the value of the required property. |
void |
setAdvanced(Boolean value)
Sets the value of the advanced 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 |
setHidden(Boolean value)
Sets the value of the hidden property. |
void |
setIgnoreName(Boolean value)
Sets the value of the ignoreName property. |
void |
setIsArray(Boolean value)
Sets the value of the isArray property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setRange(ParameterRange value)
Sets the value of the range property. |
void |
setRequired(Boolean value)
Sets the value of the required 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 ParameterValue defaultValue
protected ParameterRange range
protected DiscoveredBy discoveredBy
protected StructureDefinition structureDefinition
protected String name
protected ParameterKind type
protected Boolean isArray
protected Boolean hidden
protected Boolean advanced
protected String description
protected String unit
protected Boolean ignoreName
protected Boolean required
| Constructor Detail |
|---|
public StructureMemberDefinition()
| Method Detail |
|---|
public ParameterValue getDefaultValue()
ParameterValuepublic void setDefaultValue(ParameterValue value)
value - allowed object is
ParameterValuepublic ParameterRange getRange()
ParameterRangepublic void setRange(ParameterRange value)
value - allowed object is
ParameterRangepublic DiscoveredBy getDiscoveredBy()
DiscoveredBypublic void setDiscoveredBy(DiscoveredBy value)
value - allowed object is
DiscoveredBypublic 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 boolean isIsArray()
Booleanpublic void setIsArray(Boolean value)
value - allowed object is
Booleanpublic boolean isHidden()
Booleanpublic void setHidden(Boolean value)
value - allowed object is
Booleanpublic boolean isAdvanced()
Booleanpublic void setAdvanced(Boolean value)
value - allowed object is
Booleanpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic boolean isIgnoreName()
Booleanpublic void setIgnoreName(Boolean value)
value - allowed object is
Booleanpublic boolean isRequired()
Booleanpublic void setRequired(Boolean value)
value - allowed object is
Booleanpublic 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 | |||||||||