Class ContentModel
public class ContentModel
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}FieldDeclaration" minOccurs="0"/>
<element ref="{}GroupContentModel" maxOccurs="unbounded" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{}NodeContentModel"/>
<element ref="{}StatementContentModel"/>
<element ref="{}SourceText" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected FieldDeclarationfieldDeclarationprotected java.util.List<GroupContentModel>groupContentModelprotected java.util.List<java.lang.Object>nodeContentModelOrStatementContentModelOrSourceText -
Constructor Summary
Constructors Constructor Description ContentModel() -
Method Summary
Modifier and Type Method Description FieldDeclarationgetFieldDeclaration()Gets the value of the fieldDeclaration property.java.util.List<GroupContentModel>getGroupContentModel()Gets the value of the groupContentModel property.java.util.List<java.lang.Object>getNodeContentModelOrStatementContentModelOrSourceText()Gets the value of the nodeContentModelOrStatementContentModelOrSourceText property.voidsetFieldDeclaration(FieldDeclaration value)Sets the value of the fieldDeclaration property.
-
Field Details
-
fieldDeclaration
-
groupContentModel
-
nodeContentModelOrStatementContentModelOrSourceText
protected java.util.List<java.lang.Object> nodeContentModelOrStatementContentModelOrSourceText
-
-
Constructor Details
-
ContentModel
public ContentModel()
-
-
Method Details
-
getFieldDeclaration
Gets the value of the fieldDeclaration property.- Returns:
- possible object is
FieldDeclaration
-
setFieldDeclaration
Sets the value of the fieldDeclaration property.- Parameters:
value- allowed object isFieldDeclaration
-
getGroupContentModel
Gets the value of the groupContentModel 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
setmethod for the groupContentModel property.For example, to add a new item, do as follows:
getGroupContentModel().add(newItem);Objects of the following type(s) are allowed in the list
GroupContentModel -
getNodeContentModelOrStatementContentModelOrSourceText
public java.util.List<java.lang.Object> getNodeContentModelOrStatementContentModelOrSourceText()Gets the value of the nodeContentModelOrStatementContentModelOrSourceText 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
setmethod for the nodeContentModelOrStatementContentModelOrSourceText property.For example, to add a new item, do as follows:
getNodeContentModelOrStatementContentModelOrSourceText().add(newItem);Objects of the following type(s) are allowed in the list
NodeContentModelStatementContentModelObject
-