com.businessobjects.enterprise.infoobject
Interface CustomProperties.Integer

Enclosing interface:
CustomProperties

public static interface CustomProperties.Integer

An XML Integer(@http://enterprise.businessobjects.com/3.0/infoobject). This is an atomic type that is a restriction of com.businessobjects.enterprise.infoobject.CustomProperties$Integer.


Nested Class Summary
static class CustomProperties.Integer.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 getNameID()
          Gets the "nameID" attribute
 boolean getProcessingProp()
          Gets the "processingProp" attribute
 boolean isSetProcessingProp()
          True if has "processingProp" attribute
 void setNameID(java.lang.String nameID)
          Sets the "nameID" attribute
 void setProcessingProp(boolean processingProp)
          Sets the "processingProp" attribute
 void unsetProcessingProp()
          Unsets the "processingProp" attribute
 org.apache.xmlbeans.XmlString xgetNameID()
          Gets (as xml) the "nameID" attribute
 org.apache.xmlbeans.XmlBoolean xgetProcessingProp()
          Gets (as xml) the "processingProp" attribute
 void xsetNameID(org.apache.xmlbeans.XmlString nameID)
          Sets (as xml) the "nameID" attribute
 void xsetProcessingProp(org.apache.xmlbeans.XmlBoolean processingProp)
          Sets (as xml) the "processingProp" attribute
 

Field Detail

type

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

getNameID

java.lang.String getNameID()
Gets the "nameID" attribute


xgetNameID

org.apache.xmlbeans.XmlString xgetNameID()
Gets (as xml) the "nameID" attribute


setNameID

void setNameID(java.lang.String nameID)
Sets the "nameID" attribute


xsetNameID

void xsetNameID(org.apache.xmlbeans.XmlString nameID)
Sets (as xml) the "nameID" attribute


getProcessingProp

boolean getProcessingProp()
Gets the "processingProp" attribute


xgetProcessingProp

org.apache.xmlbeans.XmlBoolean xgetProcessingProp()
Gets (as xml) the "processingProp" attribute


isSetProcessingProp

boolean isSetProcessingProp()
True if has "processingProp" attribute


setProcessingProp

void setProcessingProp(boolean processingProp)
Sets the "processingProp" attribute


xsetProcessingProp

void xsetProcessingProp(org.apache.xmlbeans.XmlBoolean processingProp)
Sets (as xml) the "processingProp" attribute


unsetProcessingProp

void unsetProcessingProp()
Unsets the "processingProp" attribute