org.icenigrid.schema.condor.classad.v2_4
Interface UnDocument.Un

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
UnDocumentImpl.UnImpl
Enclosing interface:
UnDocument

public static interface UnDocument.Un
extends org.apache.xmlbeans.XmlObject

An XML un(@uri:gridsam:condor:classad:2.4). This is a complex type.


Nested Class Summary
static class UnDocument.Un.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 java.lang.String getA()
          Gets the "a" attribute
 boolean isSetA()
          True if has "a" attribute
 void setA(java.lang.String a)
          Sets the "a" attribute
 void unsetA()
          Unsets the "a" attribute
 org.apache.xmlbeans.XmlString xgetA()
          Gets (as xml) the "a" attribute
 void xsetA(org.apache.xmlbeans.XmlString a)
          Sets (as xml) the "a" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

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

getA

java.lang.String getA()
Gets the "a" attribute


xgetA

org.apache.xmlbeans.XmlString xgetA()
Gets (as xml) the "a" attribute


isSetA

boolean isSetA()
True if has "a" attribute


setA

void setA(java.lang.String a)
Sets the "a" attribute


xsetA

void xsetA(org.apache.xmlbeans.XmlString a)
Sets (as xml) the "a" attribute


unsetA

void unsetA()
Unsets the "a" attribute



Copyright © 2009. All Rights Reserved.