com.businessobjects.enterprise.connection
Interface CollateralId


public interface CollateralId

An XML CollateralId(@http://enterprise.businessobjects.com/3.0/connection). This is a complex type.


Nested Class Summary
static class CollateralId.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 java.lang.String getCUID()
          Gets the "CUID" element
 java.lang.String getKind()
          Gets the "Kind" element
 boolean isSetCUID()
          True if has "CUID" element
 boolean isSetKind()
          True if has "Kind" element
 void setCUID(java.lang.String cuid)
          Sets the "CUID" element
 void setKind(java.lang.String kind)
          Sets the "Kind" element
 void unsetCUID()
          Unsets the "CUID" element
 void unsetKind()
          Unsets the "Kind" element
 org.apache.xmlbeans.XmlString xgetCUID()
          Gets (as xml) the "CUID" element
 org.apache.xmlbeans.XmlString xgetKind()
          Gets (as xml) the "Kind" element
 void xsetCUID(org.apache.xmlbeans.XmlString cuid)
          Sets (as xml) the "CUID" element
 void xsetKind(org.apache.xmlbeans.XmlString kind)
          Sets (as xml) the "Kind" element
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getKind

java.lang.String getKind()
Gets the "Kind" element


xgetKind

org.apache.xmlbeans.XmlString xgetKind()
Gets (as xml) the "Kind" element


isSetKind

boolean isSetKind()
True if has "Kind" element


setKind

void setKind(java.lang.String kind)
Sets the "Kind" element


xsetKind

void xsetKind(org.apache.xmlbeans.XmlString kind)
Sets (as xml) the "Kind" element


unsetKind

void unsetKind()
Unsets the "Kind" element


getCUID

java.lang.String getCUID()
Gets the "CUID" element


xgetCUID

org.apache.xmlbeans.XmlString xgetCUID()
Gets (as xml) the "CUID" element


isSetCUID

boolean isSetCUID()
True if has "CUID" element


setCUID

void setCUID(java.lang.String cuid)
Sets the "CUID" element


xsetCUID

void xsetCUID(org.apache.xmlbeans.XmlString cuid)
Sets (as xml) the "CUID" element


unsetCUID

void unsetCUID()
Unsets the "CUID" element