|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.security.core.dsig.ObjectType
com.sun.xml.ws.security.opt.crypto.dsig.XMLObject
public class XMLObject
| Field Summary |
|---|
| Fields inherited from class com.sun.xml.security.core.dsig.ObjectType |
|---|
content, encoding, id, mimeType |
| Fields inherited from interface javax.xml.crypto.dsig.XMLObject |
|---|
TYPE |
| Constructor Summary | |
|---|---|
XMLObject()
Creates a new instance of XMLObject |
|
| Method Summary | |
|---|---|
List |
getContent()
Gets the value of the content property. |
boolean |
isFeatureSupported(String string)
|
void |
setContent(List content)
|
| Methods inherited from class com.sun.xml.security.core.dsig.ObjectType |
|---|
getEncoding, getId, getMimeType, setEncoding, setId, setMimeType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.crypto.dsig.XMLObject |
|---|
getEncoding, getId, getMimeType |
| Constructor Detail |
|---|
public XMLObject()
| Method Detail |
|---|
public boolean isFeatureSupported(String string)
isFeatureSupported in interface XMLStructurepublic List getContent()
ObjectType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Object
String
Element
getContent in interface XMLObjectgetContent in class ObjectTypepublic void setContent(List content)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||