net.geant.edugain.attributes.jaxb.attributetest
Class AttributeTestType

java.lang.Object
  extended by net.geant.edugain.attributes.jaxb.attributetest.AttributeTestType

public class AttributeTestType
extends java.lang.Object

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

attribute

protected java.util.List<AttributeType> attribute

remote

protected java.lang.String remote

local

protected java.lang.String local
Constructor Detail

AttributeTestType

public AttributeTestType()
Method Detail

getAttribute

public java.util.List<AttributeType> getAttribute()
Gets the value of the attribute property.

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


getRemote

public java.lang.String getRemote()
Gets the value of the remote property.

Returns:
possible object is String

setRemote

public void setRemote(java.lang.String value)
Sets the value of the remote property.

Parameters:
value - allowed object is String

getLocal

public java.lang.String getLocal()
Gets the value of the local property.

Returns:
possible object is String

setLocal

public void setLocal(java.lang.String value)
Sets the value of the local property.

Parameters:
value - allowed object is String