Uses of Interface
org.oasisOpen.docs.wsrf.sg2.ContentType
-
Packages that use ContentType Package Description org.oasisOpen.docs.wsrf.sg2 org.oasisOpen.docs.wsrf.sg2.impl -
-
Uses of ContentType in org.oasisOpen.docs.wsrf.sg2
Methods in org.oasisOpen.docs.wsrf.sg2 that return ContentType Modifier and Type Method Description ContentTypeAddDocument.Add. addNewContent()Appends and returns a new empty "Content" elementContentTypeContentDocument. addNewContent()Appends and returns a new empty "Content" elementContentTypeEntryType. addNewContent()Appends and returns a new empty "Content" elementContentTypeServiceGroupEntryRPDocument.ServiceGroupEntryRP. addNewContent()Appends and returns a new empty "Content" elementContentTypeServiceGroupModificationNotificationType. addNewContent()Appends and returns a new empty "Content" elementContentTypeAddDocument.Add. getContent()Gets the "Content" elementContentTypeContentDocument. getContent()Gets the "Content" elementContentTypeEntryType. getContent()Gets the "Content" elementContentTypeServiceGroupEntryRPDocument.ServiceGroupEntryRP. getContent()Gets the "Content" elementContentTypeServiceGroupModificationNotificationType. getContent()Gets the "Content" elementstatic ContentTypeContentType.Factory. newInstance()static ContentTypeContentType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ContentTypeContentType.Factory. parse(File file)static ContentTypeContentType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ContentTypeContentType.Factory. parse(InputStream is)static ContentTypeContentType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ContentTypeContentType.Factory. parse(Reader r)static ContentTypeContentType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ContentTypeContentType.Factory. parse(String xmlAsString)static ContentTypeContentType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ContentTypeContentType.Factory. parse(URL u)static ContentTypeContentType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ContentTypeContentType.Factory. parse(XMLStreamReader sr)static ContentTypeContentType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ContentTypeContentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ContentTypeContentType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ContentTypeContentType.Factory. parse(Node node)static ContentTypeContentType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.oasisOpen.docs.wsrf.sg2 with parameters of type ContentType Modifier and Type Method Description voidAddDocument.Add. setContent(ContentType content)Sets the "Content" elementvoidContentDocument. setContent(ContentType content)Sets the "Content" elementvoidEntryType. setContent(ContentType content)Sets the "Content" elementvoidServiceGroupEntryRPDocument.ServiceGroupEntryRP. setContent(ContentType content)Sets the "Content" elementvoidServiceGroupModificationNotificationType. setContent(ContentType content)Sets the "Content" element -
Uses of ContentType in org.oasisOpen.docs.wsrf.sg2.impl
Classes in org.oasisOpen.docs.wsrf.sg2.impl that implement ContentType Modifier and Type Class Description classContentTypeImplAn XML ContentType(@http://docs.oasis-open.org/wsrf/sg-2).Methods in org.oasisOpen.docs.wsrf.sg2.impl that return ContentType Modifier and Type Method Description ContentTypeAddDocumentImpl.AddImpl. addNewContent()Appends and returns a new empty "Content" elementContentTypeContentDocumentImpl. addNewContent()Appends and returns a new empty "Content" elementContentTypeEntryTypeImpl. addNewContent()Appends and returns a new empty "Content" elementContentTypeServiceGroupEntryRPDocumentImpl.ServiceGroupEntryRPImpl. addNewContent()Appends and returns a new empty "Content" elementContentTypeServiceGroupModificationNotificationTypeImpl. addNewContent()Appends and returns a new empty "Content" elementContentTypeAddDocumentImpl.AddImpl. getContent()Gets the "Content" elementContentTypeContentDocumentImpl. getContent()Gets the "Content" elementContentTypeEntryTypeImpl. getContent()Gets the "Content" elementContentTypeServiceGroupEntryRPDocumentImpl.ServiceGroupEntryRPImpl. getContent()Gets the "Content" elementContentTypeServiceGroupModificationNotificationTypeImpl. getContent()Gets the "Content" elementMethods in org.oasisOpen.docs.wsrf.sg2.impl with parameters of type ContentType Modifier and Type Method Description voidAddDocumentImpl.AddImpl. setContent(ContentType content)Sets the "Content" elementvoidContentDocumentImpl. setContent(ContentType content)Sets the "Content" elementvoidEntryTypeImpl. setContent(ContentType content)Sets the "Content" elementvoidServiceGroupEntryRPDocumentImpl.ServiceGroupEntryRPImpl. setContent(ContentType content)Sets the "Content" elementvoidServiceGroupModificationNotificationTypeImpl. setContent(ContentType content)Sets the "Content" element
-