|
||||||||||
| 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.Component
public class Component
Java class for Component complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Component">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OtherInstallations" type="{}Component" maxOccurs="unbounded" minOccurs="0"/>
<element name="configSchema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="componentName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="namespaceName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="namespaceVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="parentId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fqdn" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="installPath" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ccpEnable" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="ccpSwitchable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Integer |
ccpEnable
|
protected Boolean |
ccpSwitchable
|
protected String |
componentName
|
protected String |
configSchema
|
protected String |
fqdn
|
protected String |
installPath
|
protected String |
namespaceName
|
protected String |
namespaceVersion
|
protected List<Component> |
otherInstallations
|
protected String |
parentId
|
| Constructor Summary | |
|---|---|
Component()
|
|
| 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)
|
Integer |
getCcpEnable()
Gets the value of the ccpEnable property. |
String |
getComponentName()
Gets the value of the componentName property. |
String |
getConfigSchema()
Gets the value of the configSchema property. |
String |
getFqdn()
Gets the value of the fqdn property. |
String |
getInstallPath()
Gets the value of the installPath property. |
String |
getNamespaceName()
Gets the value of the namespaceName property. |
String |
getNamespaceVersion()
Gets the value of the namespaceVersion property. |
List<Component> |
getOtherInstallations()
Gets the value of the otherInstallations property. |
String |
getParentId()
Gets the value of the parentId property. |
boolean |
isCcpSwitchable()
Gets the value of the ccpSwitchable property. |
void |
setCcpEnable(Integer value)
Sets the value of the ccpEnable property. |
void |
setCcpSwitchable(Boolean value)
Sets the value of the ccpSwitchable property. |
void |
setComponentName(String value)
Sets the value of the componentName property. |
void |
setConfigSchema(String value)
Sets the value of the configSchema property. |
void |
setFqdn(String value)
Sets the value of the fqdn property. |
void |
setInstallPath(String value)
Sets the value of the installPath property. |
void |
setNamespaceName(String value)
Sets the value of the namespaceName property. |
void |
setNamespaceVersion(String value)
Sets the value of the namespaceVersion property. |
void |
setOtherInstallations(List<Component> otherInstallations)
Sets the value of the otherInstallations property. |
void |
setParentId(String value)
Sets the value of the parentId property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<Component> otherInstallations
protected String configSchema
protected String componentName
protected String namespaceName
protected String namespaceVersion
protected String parentId
protected String fqdn
protected String installPath
protected Integer ccpEnable
protected Boolean ccpSwitchable
| Constructor Detail |
|---|
public Component()
| Method Detail |
|---|
public List<Component> getOtherInstallations()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the otherInstallations property.
For example, to add a new item, do as follows:
getOtherInstallations().add(newItem);
Objects of the following type(s) are allowed in the list
Component
public String getConfigSchema()
Stringpublic void setConfigSchema(String value)
value - allowed object is
Stringpublic String getComponentName()
Stringpublic void setComponentName(String value)
value - allowed object is
Stringpublic String getNamespaceName()
Stringpublic void setNamespaceName(String value)
value - allowed object is
Stringpublic String getNamespaceVersion()
Stringpublic void setNamespaceVersion(String value)
value - allowed object is
Stringpublic String getParentId()
Stringpublic void setParentId(String value)
value - allowed object is
Stringpublic String getFqdn()
Stringpublic void setFqdn(String value)
value - allowed object is
Stringpublic String getInstallPath()
Stringpublic void setInstallPath(String value)
value - allowed object is
Stringpublic Integer getCcpEnable()
Stringpublic void setCcpEnable(Integer value)
value - allowed object is
Stringpublic boolean isCcpSwitchable()
Booleanpublic void setCcpSwitchable(Boolean value)
value - allowed object is
Booleanpublic void setOtherInstallations(List<Component> otherInstallations)
otherInstallations - allowed object is
Componentpublic 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 | |||||||||