org.rhq.enterprise.server.plugins.rhnhosted.xml
Class RhnChannelFamilyType

java.lang.Object
  extended by org.rhq.enterprise.server.plugins.rhnhosted.xml.RhnChannelFamilyType

public class RhnChannelFamilyType
extends Object

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

content

protected List<Serializable> content

channelLabels

protected String channelLabels

id

protected String id

label

protected String label

maxMembers

protected String maxMembers

virtSubLevelLabel

protected String virtSubLevelLabel

virtSubLevelName

protected String virtSubLevelName
Constructor Detail

RhnChannelFamilyType

public RhnChannelFamilyType()
Method Detail

getContent

public List<Serializable> getContent()
Gets the value of the content property.

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


getChannelLabels

public String getChannelLabels()
Gets the value of the channelLabels property.

Returns:
possible object is String

setChannelLabels

public void setChannelLabels(String value)
Sets the value of the channelLabels property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getMaxMembers

public String getMaxMembers()
Gets the value of the maxMembers property.

Returns:
possible object is String

setMaxMembers

public void setMaxMembers(String value)
Sets the value of the maxMembers property.

Parameters:
value - allowed object is String

getVirtSubLevelLabel

public String getVirtSubLevelLabel()
Gets the value of the virtSubLevelLabel property.

Returns:
possible object is String

setVirtSubLevelLabel

public void setVirtSubLevelLabel(String value)
Sets the value of the virtSubLevelLabel property.

Parameters:
value - allowed object is String

getVirtSubLevelName

public String getVirtSubLevelName()
Gets the value of the virtSubLevelName property.

Returns:
possible object is String

setVirtSubLevelName

public void setVirtSubLevelName(String value)
Sets the value of the virtSubLevelName property.

Parameters:
value - allowed object is String


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.