public class Production extends Object
Java class for Production complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Production">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="startDocument">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="endDocument">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="attribute" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attributeNamespaceID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="attributeLocalNameID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="attributeDatatypeID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="attributeNS" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
<element name="attributeGeneric">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="startElement">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="startElementNamespaceID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="startElementLocalNameID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="startElementGrammarID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="startElementNS" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="startElementGeneric">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="endElement">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="characters">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="charactersDatatypeID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="charactersGeneric">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
</choice>
<element name="nextGrammarID" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Production.Attribute
Java class for anonymous complex type.
|
static class |
Production.AttributeGeneric
Java class for anonymous complex type.
|
static class |
Production.Characters
Java class for anonymous complex type.
|
static class |
Production.CharactersGeneric
Java class for anonymous complex type.
|
static class |
Production.EndDocument
Java class for anonymous complex type.
|
static class |
Production.EndElement
Java class for anonymous complex type.
|
static class |
Production.StartDocument
Java class for anonymous complex type.
|
static class |
Production.StartElement
Java class for anonymous complex type.
|
static class |
Production.StartElementGeneric
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Production.Attribute |
attribute |
protected Production.AttributeGeneric |
attributeGeneric |
protected Long |
attributeNS |
protected Production.Characters |
characters |
protected Production.CharactersGeneric |
charactersGeneric |
protected Production.EndDocument |
endDocument |
protected Production.EndElement |
endElement |
protected Long |
nextGrammarID |
protected Production.StartDocument |
startDocument |
protected Production.StartElement |
startElement |
protected Production.StartElementGeneric |
startElementGeneric |
protected Long |
startElementNS |
| Constructor and Description |
|---|
Production() |
| Modifier and Type | Method and Description |
|---|---|
Production.Attribute |
getAttribute()
Gets the value of the attribute property.
|
Production.AttributeGeneric |
getAttributeGeneric()
Gets the value of the attributeGeneric property.
|
Long |
getAttributeNS()
Gets the value of the attributeNS property.
|
Production.Characters |
getCharacters()
Gets the value of the characters property.
|
Production.CharactersGeneric |
getCharactersGeneric()
Gets the value of the charactersGeneric property.
|
Production.EndDocument |
getEndDocument()
Gets the value of the endDocument property.
|
Production.EndElement |
getEndElement()
Gets the value of the endElement property.
|
Long |
getNextGrammarID()
Gets the value of the nextGrammarID property.
|
Production.StartDocument |
getStartDocument()
Gets the value of the startDocument property.
|
Production.StartElement |
getStartElement()
Gets the value of the startElement property.
|
Production.StartElementGeneric |
getStartElementGeneric()
Gets the value of the startElementGeneric property.
|
Long |
getStartElementNS()
Gets the value of the startElementNS property.
|
void |
setAttribute(Production.Attribute value)
Sets the value of the attribute property.
|
void |
setAttributeGeneric(Production.AttributeGeneric value)
Sets the value of the attributeGeneric property.
|
void |
setAttributeNS(Long value)
Sets the value of the attributeNS property.
|
void |
setCharacters(Production.Characters value)
Sets the value of the characters property.
|
void |
setCharactersGeneric(Production.CharactersGeneric value)
Sets the value of the charactersGeneric property.
|
void |
setEndDocument(Production.EndDocument value)
Sets the value of the endDocument property.
|
void |
setEndElement(Production.EndElement value)
Sets the value of the endElement property.
|
void |
setNextGrammarID(Long value)
Sets the value of the nextGrammarID property.
|
void |
setStartDocument(Production.StartDocument value)
Sets the value of the startDocument property.
|
void |
setStartElement(Production.StartElement value)
Sets the value of the startElement property.
|
void |
setStartElementGeneric(Production.StartElementGeneric value)
Sets the value of the startElementGeneric property.
|
void |
setStartElementNS(Long value)
Sets the value of the startElementNS property.
|
protected Production.StartDocument startDocument
protected Production.EndDocument endDocument
protected Production.Attribute attribute
protected Long attributeNS
protected Production.AttributeGeneric attributeGeneric
protected Production.StartElement startElement
protected Long startElementNS
protected Production.StartElementGeneric startElementGeneric
protected Production.EndElement endElement
protected Production.Characters characters
protected Production.CharactersGeneric charactersGeneric
protected Long nextGrammarID
public Production.StartDocument getStartDocument()
Production.StartDocumentpublic void setStartDocument(Production.StartDocument value)
value - allowed object is
Production.StartDocumentpublic Production.EndDocument getEndDocument()
Production.EndDocumentpublic void setEndDocument(Production.EndDocument value)
value - allowed object is
Production.EndDocumentpublic Production.Attribute getAttribute()
Production.Attributepublic void setAttribute(Production.Attribute value)
value - allowed object is
Production.Attributepublic Long getAttributeNS()
Longpublic void setAttributeNS(Long value)
value - allowed object is
Longpublic Production.AttributeGeneric getAttributeGeneric()
Production.AttributeGenericpublic void setAttributeGeneric(Production.AttributeGeneric value)
value - allowed object is
Production.AttributeGenericpublic Production.StartElement getStartElement()
Production.StartElementpublic void setStartElement(Production.StartElement value)
value - allowed object is
Production.StartElementpublic Long getStartElementNS()
Longpublic void setStartElementNS(Long value)
value - allowed object is
Longpublic Production.StartElementGeneric getStartElementGeneric()
Production.StartElementGenericpublic void setStartElementGeneric(Production.StartElementGeneric value)
value - allowed object is
Production.StartElementGenericpublic Production.EndElement getEndElement()
Production.EndElementpublic void setEndElement(Production.EndElement value)
value - allowed object is
Production.EndElementpublic Production.Characters getCharacters()
Production.Characterspublic void setCharacters(Production.Characters value)
value - allowed object is
Production.Characterspublic Production.CharactersGeneric getCharactersGeneric()
Production.CharactersGenericpublic void setCharactersGeneric(Production.CharactersGeneric value)
value - allowed object is
Production.CharactersGenericpublic Long getNextGrammarID()
LongCopyright © 2018 Siemens AG. All rights reserved.