|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.geant.edugain.attributes.jaxb.attributetest.AttributeTestType
public class AttributeTestType
Java class for AttributeTestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeTestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Attribute" type="{urn:geant:edugain:attribute-test:1.0}AttributeType" maxOccurs="unbounded"/>
</sequence>
<attribute name="Remote" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Local" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<AttributeType> |
attribute
|
protected java.lang.String |
local
|
protected java.lang.String |
remote
|
| Constructor Summary | |
|---|---|
AttributeTestType()
|
|
| Method Summary | |
|---|---|
java.util.List<AttributeType> |
getAttribute()
Gets the value of the attribute property. |
java.lang.String |
getLocal()
Gets the value of the local property. |
java.lang.String |
getRemote()
Gets the value of the remote property. |
void |
setLocal(java.lang.String value)
Sets the value of the local property. |
void |
setRemote(java.lang.String value)
Sets the value of the remote property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<AttributeType> attribute
protected java.lang.String remote
protected java.lang.String local
| Constructor Detail |
|---|
public AttributeTestType()
| Method Detail |
|---|
public java.util.List<AttributeType> getAttribute()
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 attribute property.
For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeType
public java.lang.String getRemote()
Stringpublic void setRemote(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocal()
Stringpublic void setLocal(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||