org.fosstrak.ale.wsdl.alecc.epcglobal
Class DefineRNG

java.lang.Object
  extended by org.fosstrak.ale.wsdl.alecc.epcglobal.DefineRNG

public class DefineRNG
extends java.lang.Object

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

rngName

protected java.lang.String rngName

rngSpec

protected RNGSpec rngSpec
Constructor Detail

DefineRNG

public DefineRNG()
Method Detail

getRngName

public java.lang.String getRngName()
Gets the value of the rngName property.

Returns:
possible object is String

setRngName

public void setRngName(java.lang.String value)
Sets the value of the rngName property.

Parameters:
value - allowed object is String

getRngSpec

public RNGSpec getRngSpec()
Gets the value of the rngSpec property.

Returns:
possible object is RNGSpec

setRngSpec

public void setRngSpec(RNGSpec value)
Sets the value of the rngSpec property.

Parameters:
value - allowed object is RNGSpec


Copyright © 2009. All Rights Reserved.