public class Owner extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Owner() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getContent()
Gets the value of the content property.
|
String |
getHref() |
Unauthenticated |
getUnauthenticated() |
void |
setHref(String href) |
void |
setUnauthenticated(Unauthenticated unauthenticated) |
public List<Object> getContent()
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
public String getHref()
public void setHref(String href)
public Unauthenticated getUnauthenticated()
public void setUnauthenticated(Unauthenticated unauthenticated)
Copyright © 2019. All rights reserved.