Interface PolicyDocument.Policy
- All Superinterfaces:
OperatorContentType,XmlObject,XmlTokenSource
- Enclosing interface:
- PolicyDocument
An XML Policy(@http://schemas.xmlsoap.org/ws/2004/09/policy).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the "Id" attributeGets the "TargetNamespace" attributebooleanisSetId()True if has "Id" attributebooleanTrue if has "TargetNamespace" attributevoidSets the "Id" attributevoidsetTargetNamespace(String targetNamespace) Sets the "TargetNamespace" attributevoidunsetId()Unsets the "Id" attributevoidUnsets the "TargetNamespace" attributexgetId()Gets (as xml) the "Id" attributeGets (as xml) the "TargetNamespace" attributevoidSets (as xml) the "Id" attributevoidxsetTargetNamespace(XmlAnyURI targetNamespace) Sets (as xml) the "TargetNamespace" attributeMethods 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, sizeOfPolicyReferenceArrayMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods 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 Details
-
type
-
-
Method Details
-
getTargetNamespace
String getTargetNamespace()Gets the "TargetNamespace" attribute -
xgetTargetNamespace
XmlAnyURI xgetTargetNamespace()Gets (as xml) the "TargetNamespace" attribute -
isSetTargetNamespace
boolean isSetTargetNamespace()True if has "TargetNamespace" attribute -
setTargetNamespace
Sets the "TargetNamespace" attribute -
xsetTargetNamespace
Sets (as xml) the "TargetNamespace" attribute -
unsetTargetNamespace
void unsetTargetNamespace()Unsets the "TargetNamespace" attribute -
getId
String getId()Gets the "Id" attribute -
xgetId
XmlID xgetId()Gets (as xml) the "Id" attribute -
isSetId
boolean isSetId()True if has "Id" attribute -
setId
Sets the "Id" attribute -
xsetId
Sets (as xml) the "Id" attribute -
unsetId
void unsetId()Unsets the "Id" attribute
-