|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.components._1.FlagType
public class FlagType
Java class for FlagType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlagType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.extra-standard.de/namespace/components/1}Code"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}Text"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}Stack" minOccurs="0"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}XPath" minOccurs="0"/>
<element ref="{http://www.extra-standard.de/namespace/components/1}Originator" minOccurs="0"/>
</sequence>
<attribute name="weight" use="required" type="{http://www.extra-standard.de/namespace/codelists/1}WeightCodeType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected FlagCodeType |
code
|
protected TextType |
originator
|
protected TextType |
stack
|
protected TextType |
text
|
protected String |
weight
|
protected TextType |
xPath
|
| Constructor Summary | |
|---|---|
FlagType()
|
|
| Method Summary | |
|---|---|
FlagCodeType |
getCode()
Gets the value of the code property. |
TextType |
getOriginator()
Gets the value of the originator property. |
TextType |
getStack()
Gets the value of the stack property. |
TextType |
getText()
Gets the value of the text property. |
String |
getWeight()
Gets the value of the weight property. |
TextType |
getXPath()
Gets the value of the xPath property. |
void |
setCode(FlagCodeType value)
Sets the value of the code property. |
void |
setOriginator(TextType value)
Sets the value of the originator property. |
void |
setStack(TextType value)
Sets the value of the stack property. |
void |
setText(TextType value)
Sets the value of the text property. |
void |
setWeight(String value)
Sets the value of the weight property. |
void |
setXPath(TextType value)
Sets the value of the xPath property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FlagCodeType code
protected TextType text
protected TextType stack
protected TextType xPath
protected TextType originator
protected String weight
| Constructor Detail |
|---|
public FlagType()
| Method Detail |
|---|
public FlagCodeType getCode()
FlagCodeTypepublic void setCode(FlagCodeType value)
value - allowed object is
FlagCodeTypepublic TextType getText()
TextTypepublic void setText(TextType value)
value - allowed object is
TextTypepublic TextType getStack()
TextTypepublic void setStack(TextType value)
value - allowed object is
TextTypepublic TextType getXPath()
TextTypepublic void setXPath(TextType value)
value - allowed object is
TextTypepublic TextType getOriginator()
TextTypepublic void setOriginator(TextType value)
value - allowed object is
TextTypepublic String getWeight()
Stringpublic void setWeight(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||