org.plasma.xml.schema
Class AbstractGroup

java.lang.Object
  extended by org.plasma.xml.schema.OpenAttrs
      extended by org.plasma.xml.schema.Annotated
          extended by org.plasma.xml.schema.AbstractGroup
Direct Known Subclasses:
ExplicitGroup, RealGroup

public abstract class AbstractGroup
extends Annotated

group type for explicit groups, named top-level groups and group references

Java class for group complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="group">
   <complexContent>
     <extension base="{http://www.w3.org/2001/XMLSchema}annotated">
       <group ref="{http://www.w3.org/2001/XMLSchema}particle" maxOccurs="unbounded" minOccurs="0"/>
       <attGroup ref="{http://www.w3.org/2001/XMLSchema}occurs"/>
       <attGroup ref="{http://www.w3.org/2001/XMLSchema}defRef"/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> elementsAndGroupsAndAlls
           
protected  String maxOccurs
           
protected  BigInteger minOccurs
           
protected  String name
           
protected  QName ref
           
 
Fields inherited from class org.plasma.xml.schema.Annotated
annotation, id
 
Constructor Summary
AbstractGroup()
           
 
Method Summary
 List<Object> getElementsAndGroupsAndAlls()
          Gets the value of the elementsAndGroupsAndAlls property.
 String getMaxOccurs()
          Gets the value of the maxOccurs property.
 BigInteger getMinOccurs()
          Gets the value of the minOccurs property.
 String getName()
          Gets the value of the name property.
 QName getRef()
          Gets the value of the ref property.
 boolean hasMaxOccurs()
           
 boolean hasMinOccurs()
           
 void setMaxOccurs(String value)
          Sets the value of the maxOccurs property.
 void setMinOccurs(BigInteger value)
          Sets the value of the minOccurs property.
 void setName(String value)
          Sets the value of the name property.
 void setRef(QName value)
          Sets the value of the ref property.
 
Methods inherited from class org.plasma.xml.schema.Annotated
getAnnotation, getId, setAnnotation, setId
 
Methods inherited from class org.plasma.xml.schema.OpenAttrs
getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elementsAndGroupsAndAlls

protected List<Object> elementsAndGroupsAndAlls

minOccurs

protected BigInteger minOccurs

maxOccurs

protected String maxOccurs

name

protected String name

ref

protected QName ref
Constructor Detail

AbstractGroup

public AbstractGroup()
Method Detail

getElementsAndGroupsAndAlls

public List<Object> getElementsAndGroupsAndAlls()
Gets the value of the elementsAndGroupsAndAlls 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 elementsAndGroupsAndAlls property.

For example, to add a new item, do as follows:

    getElementsAndGroupsAndAlls().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<LocalElement> JAXBElement<All> JAXBElement<ExplicitGroup> Any JAXBElement<GroupRef> JAXBElement<ExplicitGroup>


hasMinOccurs

public boolean hasMinOccurs()

getMinOccurs

public BigInteger getMinOccurs()
Gets the value of the minOccurs property.

Returns:
possible object is BigInteger

setMinOccurs

public void setMinOccurs(BigInteger value)
Sets the value of the minOccurs property.

Parameters:
value - allowed object is BigInteger

hasMaxOccurs

public boolean hasMaxOccurs()

getMaxOccurs

public String getMaxOccurs()
Gets the value of the maxOccurs property.

Returns:
possible object is String

setMaxOccurs

public void setMaxOccurs(String value)
Sets the value of the maxOccurs property.

Parameters:
value - allowed object is String

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

getRef

public QName getRef()
Gets the value of the ref property.

Returns:
possible object is QName

setRef

public void setRef(QName value)
Sets the value of the ref property.

Parameters:
value - allowed object is QName


Copyright © 2013. All rights reserved.