public class TgMastAgrInfo extends Object
Java class for tgMastAgrInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgMastAgrInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BidUpDown" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgYesNo" minOccurs="0"/>
<element name="MastAgrLbl">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="MastAgrBeg" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDate"/>
<choice>
<element name="MastAgrDur">
<simpleType>
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgPositiveInteger">
<maxInclusive value="99"/>
</restriction>
</simpleType>
</element>
<element name="MastAgrEnd" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDate"/>
</choice>
<element name="MastAgrDate" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDate" minOccurs="0"/>
<element name="MastAgrVers" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString20" minOccurs="0"/>
<element name="TotContrVal" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_2" minOccurs="0"/>
<element name="MinContrVal" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_2" minOccurs="0"/>
<element name="MinContrAwd" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_5_2" minOccurs="0"/>
<element name="MaxContrVal" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgDecimal_13_2" minOccurs="0"/>
<element name="ContrValCode" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgContrValCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgYesNo |
bidUpDown |
protected TgContrValCode |
contrValCode |
protected XMLGregorianCalendar |
mastAgrBeg |
protected XMLGregorianCalendar |
mastAgrDate |
protected Integer |
mastAgrDur |
protected XMLGregorianCalendar |
mastAgrEnd |
protected String |
mastAgrLbl |
protected String |
mastAgrVers |
protected BigDecimal |
maxContrVal |
protected BigDecimal |
minContrAwd |
protected BigDecimal |
minContrVal |
protected BigDecimal |
totContrVal |
| Constructor and Description |
|---|
TgMastAgrInfo() |
| Modifier and Type | Method and Description |
|---|---|
TgYesNo |
getBidUpDown()
Gets the value of the bidUpDown property.
|
TgContrValCode |
getContrValCode()
Gets the value of the contrValCode property.
|
XMLGregorianCalendar |
getMastAgrBeg()
Gets the value of the mastAgrBeg property.
|
XMLGregorianCalendar |
getMastAgrDate()
Gets the value of the mastAgrDate property.
|
Integer |
getMastAgrDur()
Gets the value of the mastAgrDur property.
|
XMLGregorianCalendar |
getMastAgrEnd()
Gets the value of the mastAgrEnd property.
|
String |
getMastAgrLbl()
Gets the value of the mastAgrLbl property.
|
String |
getMastAgrVers()
Gets the value of the mastAgrVers property.
|
BigDecimal |
getMaxContrVal()
Gets the value of the maxContrVal property.
|
BigDecimal |
getMinContrAwd()
Gets the value of the minContrAwd property.
|
BigDecimal |
getMinContrVal()
Gets the value of the minContrVal property.
|
BigDecimal |
getTotContrVal()
Gets the value of the totContrVal property.
|
void |
setBidUpDown(TgYesNo value)
Sets the value of the bidUpDown property.
|
void |
setContrValCode(TgContrValCode value)
Sets the value of the contrValCode property.
|
void |
setMastAgrBeg(XMLGregorianCalendar value)
Sets the value of the mastAgrBeg property.
|
void |
setMastAgrDate(XMLGregorianCalendar value)
Sets the value of the mastAgrDate property.
|
void |
setMastAgrDur(Integer value)
Sets the value of the mastAgrDur property.
|
void |
setMastAgrEnd(XMLGregorianCalendar value)
Sets the value of the mastAgrEnd property.
|
void |
setMastAgrLbl(String value)
Sets the value of the mastAgrLbl property.
|
void |
setMastAgrVers(String value)
Sets the value of the mastAgrVers property.
|
void |
setMaxContrVal(BigDecimal value)
Sets the value of the maxContrVal property.
|
void |
setMinContrAwd(BigDecimal value)
Sets the value of the minContrAwd property.
|
void |
setMinContrVal(BigDecimal value)
Sets the value of the minContrVal property.
|
void |
setTotContrVal(BigDecimal value)
Sets the value of the totContrVal property.
|
protected TgYesNo bidUpDown
protected String mastAgrLbl
protected XMLGregorianCalendar mastAgrBeg
protected Integer mastAgrDur
protected XMLGregorianCalendar mastAgrEnd
protected XMLGregorianCalendar mastAgrDate
protected String mastAgrVers
protected BigDecimal totContrVal
protected BigDecimal minContrVal
protected BigDecimal minContrAwd
protected BigDecimal maxContrVal
protected TgContrValCode contrValCode
public TgYesNo getBidUpDown()
TgYesNopublic void setBidUpDown(TgYesNo value)
value - allowed object is TgYesNopublic String getMastAgrLbl()
Stringpublic void setMastAgrLbl(String value)
value - allowed object is Stringpublic XMLGregorianCalendar getMastAgrBeg()
XMLGregorianCalendarpublic void setMastAgrBeg(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic Integer getMastAgrDur()
Integerpublic void setMastAgrDur(Integer value)
value - allowed object is Integerpublic XMLGregorianCalendar getMastAgrEnd()
XMLGregorianCalendarpublic void setMastAgrEnd(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic XMLGregorianCalendar getMastAgrDate()
XMLGregorianCalendarpublic void setMastAgrDate(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic String getMastAgrVers()
Stringpublic void setMastAgrVers(String value)
value - allowed object is Stringpublic BigDecimal getTotContrVal()
BigDecimalpublic void setTotContrVal(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getMinContrVal()
BigDecimalpublic void setMinContrVal(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getMinContrAwd()
BigDecimalpublic void setMinContrAwd(BigDecimal value)
value - allowed object is BigDecimalpublic BigDecimal getMaxContrVal()
BigDecimalpublic void setMaxContrVal(BigDecimal value)
value - allowed object is BigDecimalpublic TgContrValCode getContrValCode()
TgContrValCodepublic void setContrValCode(TgContrValCode value)
value - allowed object is TgContrValCodeCopyright © 2012–2026 cismet GmbH. All rights reserved.