Package org.cxml
Class DataRequest
- java.lang.Object
-
- org.cxml.DataRequest
-
public class DataRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected InternalIDinternalID
-
Constructor Summary
Constructors Constructor Description DataRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalIDgetInternalID()Gets the value of the internalID property.voidsetInternalID(InternalID value)Sets the value of the internalID property.
-
-
-
Field Detail
-
internalID
protected InternalID internalID
-
-
Method Detail
-
getInternalID
public InternalID getInternalID()
Gets the value of the internalID property.- Returns:
- possible object is
InternalID
-
setInternalID
public void setInternalID(InternalID value)
Sets the value of the internalID property.- Parameters:
value- allowed object isInternalID
-
-