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:
- DocumentDescription
- DocumentLabel
- DocumentId
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
documentDescriptions
private java.util.Vector documentDescriptions
documentDescription
private ValueType documentDescription
documentLabel
private ValueType documentLabel
documentId
private ValueType documentId
DocumentReference
public DocumentReference()
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