|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.ale.wsdl.alecc.epcglobal.DefineRNG
public class DefineRNG
Java class for DefineRNG complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DefineRNG">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rngName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rngSpec" type="{urn:epcglobal:ale:xsd:1}RNGSpec"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
rngName
|
protected RNGSpec |
rngSpec
|
| Constructor Summary | |
|---|---|
DefineRNG()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getRngName()
Gets the value of the rngName property. |
RNGSpec |
getRngSpec()
Gets the value of the rngSpec property. |
void |
setRngName(java.lang.String value)
Sets the value of the rngName property. |
void |
setRngSpec(RNGSpec value)
Sets the value of the rngSpec property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String rngName
protected RNGSpec rngSpec
| Constructor Detail |
|---|
public DefineRNG()
| Method Detail |
|---|
public java.lang.String getRngName()
Stringpublic void setRngName(java.lang.String value)
value - allowed object is
Stringpublic RNGSpec getRngSpec()
RNGSpecpublic void setRngSpec(RNGSpec value)
value - allowed object is
RNGSpec
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||