Uses of Interface
net.opengis.sensorML.x101.DocumentListDocument.DocumentList.Member
-
Packages that use DocumentListDocument.DocumentList.Member Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of DocumentListDocument.DocumentList.Member in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return DocumentListDocument.DocumentList.Member Modifier and Type Method Description DocumentListDocument.DocumentList.MemberDocumentListDocument.DocumentList. addNewMember()Appends and returns a new empty value (as xml) as the last "member" elementDocumentListDocument.DocumentList.Member[]DocumentListDocument.DocumentList. getMemberArray()Gets array of all "member" elementsDocumentListDocument.DocumentList.MemberDocumentListDocument.DocumentList. getMemberArray(int i)Gets ith "member" elementDocumentListDocument.DocumentList.MemberDocumentListDocument.DocumentList. insertNewMember(int i)Inserts and returns a new empty value (as xml) as the ith "member" elementstatic DocumentListDocument.DocumentList.MemberDocumentListDocument.DocumentList.Member.Factory. newInstance()static DocumentListDocument.DocumentList.MemberDocumentListDocument.DocumentList.Member.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type DocumentListDocument.DocumentList.Member Modifier and Type Method Description voidDocumentListDocument.DocumentList. setMemberArray(int i, DocumentListDocument.DocumentList.Member member)Sets ith "member" elementvoidDocumentListDocument.DocumentList. setMemberArray(DocumentListDocument.DocumentList.Member[] memberArray)Sets array of all "member" element -
Uses of DocumentListDocument.DocumentList.Member in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement DocumentListDocument.DocumentList.Member Modifier and Type Class Description static classDocumentListDocumentImpl.DocumentListImpl.MemberImplAn XML member(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return DocumentListDocument.DocumentList.Member Modifier and Type Method Description DocumentListDocument.DocumentList.MemberDocumentListDocumentImpl.DocumentListImpl. addNewMember()Appends and returns a new empty value (as xml) as the last "member" elementDocumentListDocument.DocumentList.Member[]DocumentListDocumentImpl.DocumentListImpl. getMemberArray()Gets array of all "member" elementsDocumentListDocument.DocumentList.MemberDocumentListDocumentImpl.DocumentListImpl. getMemberArray(int i)Gets ith "member" elementDocumentListDocument.DocumentList.MemberDocumentListDocumentImpl.DocumentListImpl. insertNewMember(int i)Inserts and returns a new empty value (as xml) as the ith "member" elementMethods in net.opengis.sensorML.x101.impl with parameters of type DocumentListDocument.DocumentList.Member Modifier and Type Method Description voidDocumentListDocumentImpl.DocumentListImpl. setMemberArray(int i, DocumentListDocument.DocumentList.Member member)Sets ith "member" elementvoidDocumentListDocumentImpl.DocumentListImpl. setMemberArray(DocumentListDocument.DocumentList.Member[] memberArray)Sets array of all "member" element
-