com.businessobjects.enterprise.publication
Interface PublicationProfileTarget


public interface PublicationProfileTarget

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


Nested Class Summary
static class PublicationProfileTarget.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 getProfileCUID()
          Gets the "ProfileCUID" element
 java.lang.String getTargetCUID()
          Gets the "TargetCUID" element
 java.lang.String getVariable()
          Gets the "Variable" element
 boolean isSetProfileCUID()
          True if has "ProfileCUID" element
 boolean isSetTargetCUID()
          True if has "TargetCUID" element
 boolean isSetVariable()
          True if has "Variable" element
 void setProfileCUID(java.lang.String profileCUID)
          Sets the "ProfileCUID" element
 void setTargetCUID(java.lang.String targetCUID)
          Sets the "TargetCUID" element
 void setVariable(java.lang.String variable)
          Sets the "Variable" element
 void unsetProfileCUID()
          Unsets the "ProfileCUID" element
 void unsetTargetCUID()
          Unsets the "TargetCUID" element
 void unsetVariable()
          Unsets the "Variable" element
 org.apache.xmlbeans.XmlString xgetProfileCUID()
          Gets (as xml) the "ProfileCUID" element
 org.apache.xmlbeans.XmlString xgetTargetCUID()
          Gets (as xml) the "TargetCUID" element
 org.apache.xmlbeans.XmlString xgetVariable()
          Gets (as xml) the "Variable" element
 void xsetProfileCUID(org.apache.xmlbeans.XmlString profileCUID)
          Sets (as xml) the "ProfileCUID" element
 void xsetTargetCUID(org.apache.xmlbeans.XmlString targetCUID)
          Sets (as xml) the "TargetCUID" element
 void xsetVariable(org.apache.xmlbeans.XmlString variable)
          Sets (as xml) the "Variable" element
 

Field Detail

type

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

getVariable

java.lang.String getVariable()
Gets the "Variable" element


xgetVariable

org.apache.xmlbeans.XmlString xgetVariable()
Gets (as xml) the "Variable" element


isSetVariable

boolean isSetVariable()
True if has "Variable" element


setVariable

void setVariable(java.lang.String variable)
Sets the "Variable" element


xsetVariable

void xsetVariable(org.apache.xmlbeans.XmlString variable)
Sets (as xml) the "Variable" element


unsetVariable

void unsetVariable()
Unsets the "Variable" element


getProfileCUID

java.lang.String getProfileCUID()
Gets the "ProfileCUID" element


xgetProfileCUID

org.apache.xmlbeans.XmlString xgetProfileCUID()
Gets (as xml) the "ProfileCUID" element


isSetProfileCUID

boolean isSetProfileCUID()
True if has "ProfileCUID" element


setProfileCUID

void setProfileCUID(java.lang.String profileCUID)
Sets the "ProfileCUID" element


xsetProfileCUID

void xsetProfileCUID(org.apache.xmlbeans.XmlString profileCUID)
Sets (as xml) the "ProfileCUID" element


unsetProfileCUID

void unsetProfileCUID()
Unsets the "ProfileCUID" element


getTargetCUID

java.lang.String getTargetCUID()
Gets the "TargetCUID" element


xgetTargetCUID

org.apache.xmlbeans.XmlString xgetTargetCUID()
Gets (as xml) the "TargetCUID" element


isSetTargetCUID

boolean isSetTargetCUID()
True if has "TargetCUID" element


setTargetCUID

void setTargetCUID(java.lang.String targetCUID)
Sets the "TargetCUID" element


xsetTargetCUID

void xsetTargetCUID(org.apache.xmlbeans.XmlString targetCUID)
Sets (as xml) the "TargetCUID" element


unsetTargetCUID

void unsetTargetCUID()
Unsets the "TargetCUID" element