|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.plugins.rhnhosted.xml.RhnChannelFamilyType
public class RhnChannelFamilyType
Java class for rhn-channel-familyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rhn-channel-familyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rhn-channel-family-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="rhn-channel-family-product-url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="channel-labels" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="max-members" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="virt-sub-level-label" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="virt-sub-level-name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
channelLabels
|
protected List<Serializable> |
content
|
protected String |
id
|
protected String |
label
|
protected String |
maxMembers
|
protected String |
virtSubLevelLabel
|
protected String |
virtSubLevelName
|
| Constructor Summary | |
|---|---|
RhnChannelFamilyType()
|
|
| Method Summary | |
|---|---|
String |
getChannelLabels()
Gets the value of the channelLabels property. |
List<Serializable> |
getContent()
Gets the value of the content property. |
String |
getId()
Gets the value of the id property. |
String |
getLabel()
Gets the value of the label property. |
String |
getMaxMembers()
Gets the value of the maxMembers property. |
String |
getVirtSubLevelLabel()
Gets the value of the virtSubLevelLabel property. |
String |
getVirtSubLevelName()
Gets the value of the virtSubLevelName property. |
void |
setChannelLabels(String value)
Sets the value of the channelLabels property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLabel(String value)
Sets the value of the label property. |
void |
setMaxMembers(String value)
Sets the value of the maxMembers property. |
void |
setVirtSubLevelLabel(String value)
Sets the value of the virtSubLevelLabel property. |
void |
setVirtSubLevelName(String value)
Sets the value of the virtSubLevelName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Serializable> content
protected String channelLabels
protected String id
protected String label
protected String maxMembers
protected String virtSubLevelLabel
protected String virtSubLevelName
| Constructor Detail |
|---|
public RhnChannelFamilyType()
| Method Detail |
|---|
public List<Serializable> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<String>
String
public String getChannelLabels()
Stringpublic void setChannelLabels(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getMaxMembers()
Stringpublic void setMaxMembers(String value)
value - allowed object is
Stringpublic String getVirtSubLevelLabel()
Stringpublic void setVirtSubLevelLabel(String value)
value - allowed object is
Stringpublic String getVirtSubLevelName()
Stringpublic void setVirtSubLevelName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||