public static class ExiGrammars.Grammars.Grammar extends 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 name="isTypeCastable" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="isNillable" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="elementContentGrammarID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
<element name="production" type="{http://www.ct.siemens.com/exi/grammars/2017/SchemaForGrammars}Production" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="grammarType" use="required" type="{http://www.ct.siemens.com/exi/grammars/2017/SchemaForGrammars}grammarType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExiGrammars.Grammars.Grammar.IsNillable
Java class for anonymous complex type.
|
static class |
ExiGrammars.Grammars.Grammar.IsTypeCastable
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Long |
elementContentGrammarID |
protected GrammarType |
grammarType |
protected ExiGrammars.Grammars.Grammar.IsNillable |
isNillable |
protected ExiGrammars.Grammars.Grammar.IsTypeCastable |
isTypeCastable |
protected List<Production> |
production |
| Constructor and Description |
|---|
Grammar() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getElementContentGrammarID()
Gets the value of the elementContentGrammarID property.
|
GrammarType |
getGrammarType()
Gets the value of the grammarType property.
|
ExiGrammars.Grammars.Grammar.IsNillable |
getIsNillable()
Gets the value of the isNillable property.
|
ExiGrammars.Grammars.Grammar.IsTypeCastable |
getIsTypeCastable()
Gets the value of the isTypeCastable property.
|
List<Production> |
getProduction()
Gets the value of the production property.
|
void |
setElementContentGrammarID(Long value)
Sets the value of the elementContentGrammarID property.
|
void |
setGrammarType(GrammarType value)
Sets the value of the grammarType property.
|
void |
setIsNillable(ExiGrammars.Grammars.Grammar.IsNillable value)
Sets the value of the isNillable property.
|
void |
setIsTypeCastable(ExiGrammars.Grammars.Grammar.IsTypeCastable value)
Sets the value of the isTypeCastable property.
|
protected ExiGrammars.Grammars.Grammar.IsTypeCastable isTypeCastable
protected ExiGrammars.Grammars.Grammar.IsNillable isNillable
protected Long elementContentGrammarID
protected List<Production> production
protected GrammarType grammarType
public ExiGrammars.Grammars.Grammar.IsTypeCastable getIsTypeCastable()
ExiGrammars.Grammars.Grammar.IsTypeCastablepublic void setIsTypeCastable(ExiGrammars.Grammars.Grammar.IsTypeCastable value)
value - allowed object is
ExiGrammars.Grammars.Grammar.IsTypeCastablepublic ExiGrammars.Grammars.Grammar.IsNillable getIsNillable()
ExiGrammars.Grammars.Grammar.IsNillablepublic void setIsNillable(ExiGrammars.Grammars.Grammar.IsNillable value)
value - allowed object is
ExiGrammars.Grammars.Grammar.IsNillablepublic Long getElementContentGrammarID()
Longpublic void setElementContentGrammarID(Long value)
value - allowed object is
Longpublic List<Production> getProduction()
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 production property.
For example, to add a new item, do as follows:
getProduction().add(newItem);
Objects of the following type(s) are allowed in the list
Production
public GrammarType getGrammarType()
GrammarTypepublic void setGrammarType(GrammarType value)
value - allowed object is
GrammarTypeCopyright © 2018 Siemens AG. All rights reserved.