com.americancoders.ebXML
Class DocumentReference

java.lang.Object
  |
  +--com.americancoders.ebXML.DocumentReference

class DocumentReference
extends java.lang.Object

The DocumentReference element is a composite element consisting of three subordinate elements as follows:


Field Summary
private  ValueType documentDescription
           
private  java.util.Vector documentDescriptions
           
private  ValueType documentId
           
private  ValueType documentLabel
           
 
Constructor Summary
DocumentReference()
           
 
Method Summary
 void addDocumentDescription(ValueType inDocumentDescription)
           
 java.util.Vector getDocumentDescriptions()
           
 ValueType getDocumentId()
          method to get DocumentId
 ValueType getDocumentLabel()
          method to get DocumentLabel
 java.lang.String getXML(int depth)
          method to build an XML string of this and its subordinate objects
 void setDocumentId(ValueType inDocumentId)
          method to set DocumentId
 void setDocumentLabel(ValueType inDocumentLabel)
          method to set DocumentLabel
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

documentDescriptions

private java.util.Vector documentDescriptions

documentDescription

private ValueType documentDescription

documentLabel

private ValueType documentLabel

documentId

private ValueType documentId
Constructor Detail

DocumentReference

public DocumentReference()
Method Detail

addDocumentDescription

public void addDocumentDescription(ValueType inDocumentDescription)

getDocumentDescriptions

public java.util.Vector getDocumentDescriptions()

setDocumentLabel

public void setDocumentLabel(ValueType inDocumentLabel)
method to set DocumentLabel
Parameters:
ValueType - inDocumentLabel

getDocumentLabel

public ValueType getDocumentLabel()
method to get DocumentLabel
Returns:
ValueType

setDocumentId

public void setDocumentId(ValueType inDocumentId)
method to set DocumentId
Parameters:
ValueType - inDocumentId

getDocumentId

public ValueType getDocumentId()
method to get DocumentId
Returns:
ValueType

getXML

public java.lang.String getXML(int depth)
method to build an XML string of this and its subordinate objects
Parameters:
int - depth - how many multiple of 4 spaces to add in front of text
Returns:
String - XML text