mx.bigdata.sat.common.detallista.schema
Class Detallista.Customs
java.lang.Object
mx.bigdata.sat.common.detallista.schema.Detallista.Customs
- Enclosing class:
- Detallista
public static class Detallista.Customs
- 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="gln" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="13"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Method Summary |
String |
getGln()
Gets the value of the gln property. |
void |
setGln(String value)
Sets the value of the gln property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gln
protected String gln
Detallista.Customs
public Detallista.Customs()
getGln
public String getGln()
- Gets the value of the gln property.
- Returns:
- possible object is
String
setGln
public void setGln(String value)
- Sets the value of the gln property.
- Parameters:
value - allowed object is
String
Copyright © 2010-2013. All Rights Reserved.