Class ContentModel
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fieldDeclaration property.Gets the value of the groupContentModel property.Gets the value of the nodeContentModelOrStatementContentModelOrSourceText property.void
Sets the value of the fieldDeclaration property.
-
Field Details
-
fieldDeclaration
-
groupContentModel
-
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
set
method 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
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
set
method 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
NodeContentModel
StatementContentModel
Object
-