org.universAAL.middleware.interfaces.mpa.model
Class ProfileType

Package class diagram package ProfileType
java.lang.Object
  extended by org.universAAL.middleware.interfaces.mpa.model.ProfileType
All Implemented Interfaces:
Serializable

public class ProfileType
extends Object
implements Serializable

Java class for ProfileType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProfileType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="profileId" type="{http://universaal.org/aal-mpa/v1.0.0}SpaceType"/>
         <element name="version" type="{http://universaal.org/aal-mpa/v1.0.0}VersionType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  SpaceType profileId
           
protected  VersionType version
           
 
Constructor Summary
ProfileType()
           
 
Method Summary
 SpaceType getProfileId()
          Gets the value of the profileId property.
 VersionType getVersion()
          Gets the value of the version property.
 boolean isSetProfileId()
           
 boolean isSetVersion()
           
 void setProfileId(SpaceType value)
          Sets the value of the profileId property.
 void setVersion(VersionType value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

profileId

protected SpaceType profileId

version

protected VersionType version
Constructor Detail

ProfileType

public ProfileType()
Method Detail

getProfileId

public SpaceType getProfileId()
Gets the value of the profileId property.

Returns:
possible object is SpaceType

setProfileId

public void setProfileId(SpaceType value)
Sets the value of the profileId property.

Parameters:
value - allowed object is SpaceType

isSetProfileId

public boolean isSetProfileId()

getVersion

public VersionType getVersion()
Gets the value of the version property.

Returns:
possible object is VersionType

setVersion

public void setVersion(VersionType value)
Sets the value of the version property.

Parameters:
value - allowed object is VersionType

isSetVersion

public boolean isSetVersion()


Copyright © 2014 universAAL Consortium. All Rights Reserved.