com.cisco.oss.foundation.configuration.xml.jaxb
Class StructureMemberDefinition

java.lang.Object
  extended by com.cisco.oss.foundation.configuration.xml.jaxb.StructureMemberDefinition
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString

public class StructureMemberDefinition
extends Object
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString

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

defaultValue

protected ParameterValue defaultValue

range

protected ParameterRange range

discoveredBy

protected DiscoveredBy discoveredBy

structureDefinition

protected StructureDefinition structureDefinition

name

protected String name

type

protected ParameterKind type

isArray

protected Boolean isArray

hidden

protected Boolean hidden

advanced

protected Boolean advanced

description

protected String description

unit

protected String unit

ignoreName

protected Boolean ignoreName

required

protected Boolean required
Constructor Detail

StructureMemberDefinition

public StructureMemberDefinition()
Method Detail

getDefaultValue

public ParameterValue getDefaultValue()
Gets the value of the defaultValue property.

Returns:
possible object is ParameterValue

setDefaultValue

public void setDefaultValue(ParameterValue value)
Sets the value of the defaultValue property.

Parameters:
value - allowed object is ParameterValue

getRange

public ParameterRange getRange()
Gets the value of the range property.

Returns:
possible object is ParameterRange

setRange

public void setRange(ParameterRange value)
Sets the value of the range property.

Parameters:
value - allowed object is ParameterRange

getDiscoveredBy

public DiscoveredBy getDiscoveredBy()
Gets the value of the discoveredBy property.

Returns:
possible object is DiscoveredBy

setDiscoveredBy

public void setDiscoveredBy(DiscoveredBy value)
Sets the value of the discoveredBy property.

Parameters:
value - allowed object is DiscoveredBy

getStructureDefinition

public StructureDefinition getStructureDefinition()
Gets the value of the structureDefinition property.

Returns:
possible object is StructureDefinition

setStructureDefinition

public void setStructureDefinition(StructureDefinition value)
Sets the value of the structureDefinition property.

Parameters:
value - allowed object is StructureDefinition

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public ParameterKind getType()
Gets the value of the type property.

Returns:
possible object is ParameterKind

setType

public void setType(ParameterKind value)
Sets the value of the type property.

Parameters:
value - allowed object is ParameterKind

isIsArray

public boolean isIsArray()
Gets the value of the isArray property.

Returns:
possible object is Boolean

setIsArray

public void setIsArray(Boolean value)
Sets the value of the isArray property.

Parameters:
value - allowed object is Boolean

isHidden

public boolean isHidden()
Gets the value of the hidden property.

Returns:
possible object is Boolean

setHidden

public void setHidden(Boolean value)
Sets the value of the hidden property.

Parameters:
value - allowed object is Boolean

isAdvanced

public boolean isAdvanced()
Gets the value of the advanced property.

Returns:
possible object is Boolean

setAdvanced

public void setAdvanced(Boolean value)
Sets the value of the advanced property.

Parameters:
value - allowed object is Boolean

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getUnit

public String getUnit()
Gets the value of the unit property.

Returns:
possible object is String

setUnit

public void setUnit(String value)
Sets the value of the unit property.

Parameters:
value - allowed object is String

isIgnoreName

public boolean isIgnoreName()
Gets the value of the ignoreName property.

Returns:
possible object is Boolean

setIgnoreName

public void setIgnoreName(Boolean value)
Sets the value of the ignoreName property.

Parameters:
value - allowed object is Boolean

isRequired

public boolean isRequired()
Gets the value of the required property.

Returns:
possible object is Boolean

setRequired

public void setRequired(Boolean value)
Sets the value of the required property.

Parameters:
value - allowed object is Boolean

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

clone

public Object clone()
Overrides:
clone in class Object

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object


Copyright © 2014 Cisco. All Rights Reserved.