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

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

public class GetRNG
extends java.lang.Object

Java class for GetRNG complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetRNG">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rngName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String rngName
           
 
Constructor Summary
GetRNG()
           
 
Method Summary
 java.lang.String getRngName()
          Gets the value of the rngName property.
 void setRngName(java.lang.String value)
          Sets the value of the rngName 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
Constructor Detail

GetRNG

public GetRNG()
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


Copyright © 2009. All Rights Reserved.