Uses of Interface
net.opengis.swes.x20.AbstractContentsType.Offering
-
Packages that use AbstractContentsType.Offering Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of AbstractContentsType.Offering in net.opengis.swes.x20
Methods in net.opengis.swes.x20 that return AbstractContentsType.Offering Modifier and Type Method Description AbstractContentsType.OfferingAbstractContentsType. addNewOffering()Appends and returns a new empty value (as xml) as the last "offering" elementAbstractContentsType.Offering[]AbstractContentsType. getOfferingArray()Gets array of all "offering" elementsAbstractContentsType.OfferingAbstractContentsType. getOfferingArray(int i)Gets ith "offering" elementAbstractContentsType.OfferingAbstractContentsType. insertNewOffering(int i)Inserts and returns a new empty value (as xml) as the ith "offering" elementstatic AbstractContentsType.OfferingAbstractContentsType.Offering.Factory. newInstance()static AbstractContentsType.OfferingAbstractContentsType.Offering.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swes.x20 with parameters of type AbstractContentsType.Offering Modifier and Type Method Description voidAbstractContentsType. setOfferingArray(int i, AbstractContentsType.Offering offering)Sets ith "offering" elementvoidAbstractContentsType. setOfferingArray(AbstractContentsType.Offering[] offeringArray)Sets array of all "offering" element -
Uses of AbstractContentsType.Offering in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement AbstractContentsType.Offering Modifier and Type Class Description static classAbstractContentsTypeImpl.OfferingImplAn XML offering(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return AbstractContentsType.Offering Modifier and Type Method Description AbstractContentsType.OfferingAbstractContentsTypeImpl. addNewOffering()Appends and returns a new empty value (as xml) as the last "offering" elementAbstractContentsType.Offering[]AbstractContentsTypeImpl. getOfferingArray()Gets array of all "offering" elementsAbstractContentsType.OfferingAbstractContentsTypeImpl. getOfferingArray(int i)Gets ith "offering" elementAbstractContentsType.OfferingAbstractContentsTypeImpl. insertNewOffering(int i)Inserts and returns a new empty value (as xml) as the ith "offering" elementMethods in net.opengis.swes.x20.impl with parameters of type AbstractContentsType.Offering Modifier and Type Method Description voidAbstractContentsTypeImpl. setOfferingArray(int i, AbstractContentsType.Offering offering)Sets ith "offering" elementvoidAbstractContentsTypeImpl. setOfferingArray(AbstractContentsType.Offering[] offeringArray)Sets array of all "offering" element
-