Uses of Interface
org.oasisOpen.docs.wsrf.sg2.EntryType
-
Packages that use EntryType Package Description org.oasisOpen.docs.wsrf.sg2 org.oasisOpen.docs.wsrf.sg2.impl -
-
Uses of EntryType in org.oasisOpen.docs.wsrf.sg2
Methods in org.oasisOpen.docs.wsrf.sg2 that return EntryType Modifier and Type Method Description EntryTypeEntryDocument. addNewEntry()Appends and returns a new empty "Entry" elementEntryTypeServiceGroupRPDocument.ServiceGroupRP. addNewEntry()Appends and returns a new empty value (as xml) as the last "Entry" elementEntryTypeEntryDocument. getEntry()Gets the "Entry" elementEntryType[]ServiceGroupRPDocument.ServiceGroupRP. getEntryArray()Gets array of all "Entry" elementsEntryTypeServiceGroupRPDocument.ServiceGroupRP. getEntryArray(int i)Gets ith "Entry" elementEntryTypeServiceGroupRPDocument.ServiceGroupRP. insertNewEntry(int i)Inserts and returns a new empty value (as xml) as the ith "Entry" elementstatic EntryTypeEntryType.Factory. newInstance()static EntryTypeEntryType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EntryTypeEntryType.Factory. parse(File file)static EntryTypeEntryType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EntryTypeEntryType.Factory. parse(InputStream is)static EntryTypeEntryType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EntryTypeEntryType.Factory. parse(Reader r)static EntryTypeEntryType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EntryTypeEntryType.Factory. parse(String xmlAsString)static EntryTypeEntryType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EntryTypeEntryType.Factory. parse(URL u)static EntryTypeEntryType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EntryTypeEntryType.Factory. parse(XMLStreamReader sr)static EntryTypeEntryType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EntryTypeEntryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EntryTypeEntryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EntryTypeEntryType.Factory. parse(Node node)static EntryTypeEntryType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.oasisOpen.docs.wsrf.sg2 with parameters of type EntryType Modifier and Type Method Description voidEntryDocument. setEntry(EntryType entry)Sets the "Entry" elementvoidServiceGroupRPDocument.ServiceGroupRP. setEntryArray(int i, EntryType entry)Sets ith "Entry" elementvoidServiceGroupRPDocument.ServiceGroupRP. setEntryArray(EntryType[] entryArray)Sets array of all "Entry" element -
Uses of EntryType in org.oasisOpen.docs.wsrf.sg2.impl
Classes in org.oasisOpen.docs.wsrf.sg2.impl that implement EntryType Modifier and Type Class Description classEntryTypeImplAn XML EntryType(@http://docs.oasis-open.org/wsrf/sg-2).Methods in org.oasisOpen.docs.wsrf.sg2.impl that return EntryType Modifier and Type Method Description EntryTypeEntryDocumentImpl. addNewEntry()Appends and returns a new empty "Entry" elementEntryTypeServiceGroupRPDocumentImpl.ServiceGroupRPImpl. addNewEntry()Appends and returns a new empty value (as xml) as the last "Entry" elementEntryTypeEntryDocumentImpl. getEntry()Gets the "Entry" elementEntryType[]ServiceGroupRPDocumentImpl.ServiceGroupRPImpl. getEntryArray()Gets array of all "Entry" elementsEntryTypeServiceGroupRPDocumentImpl.ServiceGroupRPImpl. getEntryArray(int i)Gets ith "Entry" elementEntryTypeServiceGroupRPDocumentImpl.ServiceGroupRPImpl. insertNewEntry(int i)Inserts and returns a new empty value (as xml) as the ith "Entry" elementMethods in org.oasisOpen.docs.wsrf.sg2.impl with parameters of type EntryType Modifier and Type Method Description voidEntryDocumentImpl. setEntry(EntryType entry)Sets the "Entry" elementvoidServiceGroupRPDocumentImpl.ServiceGroupRPImpl. setEntryArray(int i, EntryType entry)Sets ith "Entry" elementvoidServiceGroupRPDocumentImpl.ServiceGroupRPImpl. setEntryArray(EntryType[] entryArray)Sets array of all "Entry" element
-