org.xmlsoap.schemas.ws.x2004.x09.policy
Interface PolicyDocument.Policy

All Superinterfaces:
OperatorContentType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
PolicyDocumentImpl.PolicyImpl
Enclosing interface:
PolicyDocument

public static interface PolicyDocument.Policy
extends OperatorContentType

An XML Policy(@http://schemas.xmlsoap.org/ws/2004/09/policy). This is a complex type.


Nested Class Summary
static class PolicyDocument.Policy.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 getId()
          Gets the "Id" attribute
 java.lang.String getName()
          Gets the "Name" attribute
 boolean isSetId()
          True if has "Id" attribute
 boolean isSetName()
          True if has "Name" attribute
 void setId(java.lang.String id)
          Sets the "Id" attribute
 void setName(java.lang.String name)
          Sets the "Name" attribute
 void unsetId()
          Unsets the "Id" attribute
 void unsetName()
          Unsets the "Name" attribute
 org.apache.xmlbeans.XmlID xgetId()
          Gets (as xml) the "Id" attribute
 org.apache.xmlbeans.XmlAnyURI xgetName()
          Gets (as xml) the "Name" attribute
 void xsetId(org.apache.xmlbeans.XmlID id)
          Sets (as xml) the "Id" attribute
 void xsetName(org.apache.xmlbeans.XmlAnyURI name)
          Sets (as xml) the "Name" attribute
 
Methods inherited from interface org.xmlsoap.schemas.ws.x2004.x09.policy.OperatorContentType
addNewAll, addNewExactlyOne, addNewPolicy, addNewPolicyReference, getAllArray, getAllArray, getExactlyOneArray, getExactlyOneArray, getPolicyArray, getPolicyArray, getPolicyReferenceArray, getPolicyReferenceArray, insertNewAll, insertNewExactlyOne, insertNewPolicy, insertNewPolicyReference, removeAll, removeExactlyOne, removePolicy, removePolicyReference, setAllArray, setAllArray, setExactlyOneArray, setExactlyOneArray, setPolicyArray, setPolicyArray, setPolicyReferenceArray, setPolicyReferenceArray, sizeOfAllArray, sizeOfExactlyOneArray, sizeOfPolicyArray, sizeOfPolicyReferenceArray
 
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

getName

java.lang.String getName()
Gets the "Name" attribute


xgetName

org.apache.xmlbeans.XmlAnyURI xgetName()
Gets (as xml) the "Name" attribute


isSetName

boolean isSetName()
True if has "Name" attribute


setName

void setName(java.lang.String name)
Sets the "Name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlAnyURI name)
Sets (as xml) the "Name" attribute


unsetName

void unsetName()
Unsets the "Name" attribute


getId

java.lang.String getId()
Gets the "Id" attribute


xgetId

org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "Id" attribute


isSetId

boolean isSetId()
True if has "Id" attribute


setId

void setId(java.lang.String id)
Sets the "Id" attribute


xsetId

void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "Id" attribute


unsetId

void unsetId()
Unsets the "Id" attribute



Copyright © 2009. All Rights Reserved.