public static interface SimplePatternType.PropertyRestrictions
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SimplePatternType.PropertyRestrictions.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
EventAttributeType |
addNewPropertyRestriction()
Appends and returns a new empty value (as xml) as the last "PropertyRestriction" element
|
EventAttributeType[] |
getPropertyRestrictionArray()
Gets array of all "PropertyRestriction" elements
|
EventAttributeType |
getPropertyRestrictionArray(int i)
Gets ith "PropertyRestriction" element
|
EventAttributeType |
insertNewPropertyRestriction(int i)
Inserts and returns a new empty value (as xml) as the ith "PropertyRestriction" element
|
void |
removePropertyRestriction(int i)
Removes the ith "PropertyRestriction" element
|
void |
setPropertyRestrictionArray(EventAttributeType[] propertyRestrictionArray)
Sets array of all "PropertyRestriction" element
|
void |
setPropertyRestrictionArray(int i,
EventAttributeType propertyRestriction)
Sets ith "PropertyRestriction" element
|
int |
sizeOfPropertyRestrictionArray()
Returns number of "PropertyRestriction" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextEventAttributeType[] getPropertyRestrictionArray()
EventAttributeType getPropertyRestrictionArray(int i)
int sizeOfPropertyRestrictionArray()
void setPropertyRestrictionArray(EventAttributeType[] propertyRestrictionArray)
void setPropertyRestrictionArray(int i,
EventAttributeType propertyRestriction)
EventAttributeType insertNewPropertyRestriction(int i)
EventAttributeType addNewPropertyRestriction()
void removePropertyRestriction(int i)
Copyright © 2018 52north.org. All rights reserved.