Package net.opengis.sosro.x10
Interface RelatedOfferingsType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RelatedOfferingsTypeImpl
public interface RelatedOfferingsType extends org.apache.xmlbeans.XmlObjectAn XML RelatedOfferingsType(@http://www.opengis.net/sosro/1.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRelatedOfferingsType.FactoryA factory class with static methods for creating instances of this type.static interfaceRelatedOfferingsType.RelatedOfferingAn XML relatedOffering(@http://www.opengis.net/sosro/1.0).
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelatedOfferingsType.RelatedOfferingaddNewRelatedOffering()Appends and returns a new empty value (as xml) as the last "relatedOffering" elementRelatedOfferingsType.RelatedOffering[]getRelatedOfferingArray()Gets array of all "relatedOffering" elementsRelatedOfferingsType.RelatedOfferinggetRelatedOfferingArray(int i)Gets ith "relatedOffering" elementRelatedOfferingsType.RelatedOfferinginsertNewRelatedOffering(int i)Inserts and returns a new empty value (as xml) as the ith "relatedOffering" elementvoidremoveRelatedOffering(int i)Removes the ith "relatedOffering" elementvoidsetRelatedOfferingArray(int i, RelatedOfferingsType.RelatedOffering relatedOffering)Sets ith "relatedOffering" elementvoidsetRelatedOfferingArray(RelatedOfferingsType.RelatedOffering[] relatedOfferingArray)Sets array of all "relatedOffering" elementintsizeOfRelatedOfferingArray()Returns number of "relatedOffering" element-
Methods 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, 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
-
-
-
-
Method Detail
-
getRelatedOfferingArray
RelatedOfferingsType.RelatedOffering[] getRelatedOfferingArray()
Gets array of all "relatedOffering" elements
-
getRelatedOfferingArray
RelatedOfferingsType.RelatedOffering getRelatedOfferingArray(int i)
Gets ith "relatedOffering" element
-
sizeOfRelatedOfferingArray
int sizeOfRelatedOfferingArray()
Returns number of "relatedOffering" element
-
setRelatedOfferingArray
void setRelatedOfferingArray(RelatedOfferingsType.RelatedOffering[] relatedOfferingArray)
Sets array of all "relatedOffering" element
-
setRelatedOfferingArray
void setRelatedOfferingArray(int i, RelatedOfferingsType.RelatedOffering relatedOffering)Sets ith "relatedOffering" element
-
insertNewRelatedOffering
RelatedOfferingsType.RelatedOffering insertNewRelatedOffering(int i)
Inserts and returns a new empty value (as xml) as the ith "relatedOffering" element
-
addNewRelatedOffering
RelatedOfferingsType.RelatedOffering addNewRelatedOffering()
Appends and returns a new empty value (as xml) as the last "relatedOffering" element
-
removeRelatedOffering
void removeRelatedOffering(int i)
Removes the ith "relatedOffering" element
-
-