de.extra_standard.namespace.components._1
Class FlagType

java.lang.Object
  extended by de.extra_standard.namespace.components._1.FlagType

public class FlagType
extends Object

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

code

protected FlagCodeType code

text

protected TextType text

stack

protected TextType stack

xPath

protected TextType xPath

originator

protected TextType originator

weight

protected String weight
Constructor Detail

FlagType

public FlagType()
Method Detail

getCode

public FlagCodeType getCode()
Gets the value of the code property.

Returns:
possible object is FlagCodeType

setCode

public void setCode(FlagCodeType value)
Sets the value of the code property.

Parameters:
value - allowed object is FlagCodeType

getText

public TextType getText()
Gets the value of the text property.

Returns:
possible object is TextType

setText

public void setText(TextType value)
Sets the value of the text property.

Parameters:
value - allowed object is TextType

getStack

public TextType getStack()
Gets the value of the stack property.

Returns:
possible object is TextType

setStack

public void setStack(TextType value)
Sets the value of the stack property.

Parameters:
value - allowed object is TextType

getXPath

public TextType getXPath()
Gets the value of the xPath property.

Returns:
possible object is TextType

setXPath

public void setXPath(TextType value)
Sets the value of the xPath property.

Parameters:
value - allowed object is TextType

getOriginator

public TextType getOriginator()
Gets the value of the originator property.

Returns:
possible object is TextType

setOriginator

public void setOriginator(TextType value)
Sets the value of the originator property.

Parameters:
value - allowed object is TextType

getWeight

public String getWeight()
Gets the value of the weight property.

Returns:
possible object is String

setWeight

public void setWeight(String value)
Sets the value of the weight property.

Parameters:
value - allowed object is String


Copyright © 2012-2013. All Rights Reserved.