Package uk.org.siri.siri21
Class AuthenticatedRequestStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractRequestStructure
-
- uk.org.siri.siri21.AuthenticatedRequestStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractDiscoveryRequestStructure,CapabilitiesRequest,ConsumerRequestEndpointStructure,ProducerRequestEndpointStructure,RequestStructure,TerminateSubscriptionRequestStructure
public abstract class AuthenticatedRequestStructure extends AbstractRequestStructure implements Serializable
Type for Authticated SIRI Request.Java class for AuthenticatedRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthenticatedRequestStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractRequestStructure"> <group ref="{http://www.siri.org.uk/siri}AuthenticatedRequestGroup"/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaccountIdprotected StringaccountKey-
Fields inherited from class uk.org.siri.siri21.AbstractRequestStructure
requestTimestamp
-
-
Constructor Summary
Constructors Constructor Description AuthenticatedRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountId()Gets the value of the accountId property.StringgetAccountKey()Gets the value of the accountKey property.voidsetAccountId(String value)Sets the value of the accountId property.voidsetAccountKey(String value)Sets the value of the accountKey property.-
Methods inherited from class uk.org.siri.siri21.AbstractRequestStructure
getRequestTimestamp, setRequestTimestamp
-
-
-
-
Method Detail
-
getAccountId
public String getAccountId()
Gets the value of the accountId property.- Returns:
- possible object is
String
-
setAccountId
public void setAccountId(String value)
Sets the value of the accountId property.- Parameters:
value- allowed object isString
-
getAccountKey
public String getAccountKey()
Gets the value of the accountKey property.- Returns:
- possible object is
String
-
-