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

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

public class ParameterType
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 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

structureDefinition

protected StructureDefinition structureDefinition

name

protected String name

type

protected ParameterKind type

description

protected String description

isArray

protected Boolean isArray

required

protected Boolean required

hidden

protected Boolean hidden

readOnly

protected Boolean readOnly

advanced

protected Boolean advanced

requiresRestart

protected Boolean requiresRestart

unit

protected String unit
Constructor Detail

ParameterType

public ParameterType()
Method Detail

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

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

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

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

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

isReadOnly

public boolean isReadOnly()
Gets the value of the readOnly property.

Returns:
possible object is Boolean

setReadOnly

public void setReadOnly(Boolean value)
Sets the value of the readOnly 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

isRequiresRestart

public boolean isRequiresRestart()
Gets the value of the requiresRestart property.

Returns:
possible object is Boolean

setRequiresRestart

public void setRequiresRestart(Boolean value)
Sets the value of the requiresRestart property.

Parameters:
value - allowed object is Boolean

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

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.