Class TLcdAIXM51OnlineContact
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theannotation
element.static final TLcdDataProperty
Data property that maps to theeMail
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to thelinkage
element.static final TLcdDataProperty
Data property that maps to thenetwork
element.static final TLcdDataProperty
Data property that maps to theprotocol
element.static final TLcdDataProperty
Data property that maps to thespecialDateAuthority
element.static final TLcdDataProperty
Data property that maps to thetimeInterval
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.getEMail()
Returns the role value contained in the value of theEMAIL_PROPERTY
property.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.Returns the role value contained in the value of theLINKAGE_PROPERTY
property.Returns the role value contained in the value of theNETWORK_PROPERTY
property.Returns the role value contained in the value of thePROTOCOL_PROPERTY
property.Gets the value of theSPECIAL_DATE_AUTHORITY_PROPERTY
property adapted to a list ofTLcdAIXM51Feature
instances.Gets the value of theTIME_INTERVAL_PROPERTY
property adapted to a list ofTLcdAIXM51Timesheet
instances.void
Sets the value of the property that maps to theeMail
element.void
setLinkage
(String aValue) Sets the value of the property that maps to thelinkage
element.void
Sets the value of the property that maps to thenetwork
element.void
setProtocol
(String aValue) Sets the value of the property that maps to theprotocol
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
TIME_INTERVAL_PROPERTY
Data property that maps to thetimeInterval
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Timesheet>>
. -
ANNOTATION_PROPERTY
Data property that maps to theannotation
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>
. -
SPECIAL_DATE_AUTHORITY_PROPERTY
Data property that maps to thespecialDateAuthority
element. The possible values for this property are instances ofList<TLcdAIXM51FeatureAssociation<TLcdAIXM51OrganisationAuthorityTimeSlice>>
. -
NETWORK_PROPERTY
Data property that maps to thenetwork
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeTelecomNetwork>
. -
LINKAGE_PROPERTY
Data property that maps to thelinkage
element. The possible values for this property are instances ofTLcdAIXM51Optional<String>
. -
PROTOCOL_PROPERTY
Data property that maps to theprotocol
element. The possible values for this property are instances ofTLcdAIXM51Optional<String>
. -
EMAIL_PROPERTY
Data property that maps to theeMail
element. The possible values for this property are instances ofTLcdAIXM51Optional<String>
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>
.
-
-
Constructor Details
-
TLcdAIXM51OnlineContact
public TLcdAIXM51OnlineContact() -
TLcdAIXM51OnlineContact
-
-
Method Details
-
getTimeInterval
Gets the value of theTIME_INTERVAL_PROPERTY
property adapted to a list ofTLcdAIXM51Timesheet
instances.A component of the schedule.
- Overrides:
getTimeInterval
in classTLcdAIXM51AbstractPropertiesWithSchedule
- Returns:
- the value of the
TIME_INTERVAL_PROPERTY
property adapted to a list ofTLcdAIXM51Timesheet
instances. - See Also:
-
getAnnotation
Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.- Overrides:
getAnnotation
in classTLcdAIXM51AbstractPropertiesWithSchedule
- Returns:
- the value of the
ANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances. - See Also:
-
getSpecialDateAuthority
Gets the value of theSPECIAL_DATE_AUTHORITY_PROPERTY
property adapted to a list ofTLcdAIXM51Feature
instances.Indicates that the SpecialDates associated with the related OrganisationAuthority are applicable to the schedule definition.
- Overrides:
getSpecialDateAuthority
in classTLcdAIXM51AbstractPropertiesWithSchedule
- Returns:
- the value of the
SPECIAL_DATE_AUTHORITY_PROPERTY
property adapted to a list ofTLcdAIXM51Feature
instances. - See Also:
-
getNetwork
Returns the role value contained in the value of theNETWORK_PROPERTY
property. Returnsnull
if the value of theNETWORK_PROPERTY
property isnull
.The official name telecommunication network on which the resource is located.
- Returns:
- the role value of the
NETWORK_PROPERTY
property. - See Also:
-
setNetwork
Sets the value of the property that maps to thenetwork
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theNETWORK_PROPERTY
property is set tonull
.The official name telecommunication network on which the resource is located.
- Parameters:
aValue
- the role value to set for theNETWORK_PROPERTY
property.
-
getLinkage
Returns the role value contained in the value of theLINKAGE_PROPERTY
property. Returnsnull
if the value of theLINKAGE_PROPERTY
property isnull
.Location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as http://www.statkart.no/isotc211
- Returns:
- the role value of the
LINKAGE_PROPERTY
property. - See Also:
-
setLinkage
Sets the value of the property that maps to thelinkage
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theLINKAGE_PROPERTY
property is set tonull
.Location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as http://www.statkart.no/isotc211
- Parameters:
aValue
- the role value to set for theLINKAGE_PROPERTY
property.
-
getProtocol
Returns the role value contained in the value of thePROTOCOL_PROPERTY
property. Returnsnull
if the value of thePROTOCOL_PROPERTY
property isnull
.The connection protocol to be used.
- Returns:
- the role value of the
PROTOCOL_PROPERTY
property. - See Also:
-
setProtocol
Sets the value of the property that maps to theprotocol
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, thePROTOCOL_PROPERTY
property is set tonull
.The connection protocol to be used.
- Parameters:
aValue
- the role value to set for thePROTOCOL_PROPERTY
property.
-
getEMail
Returns the role value contained in the value of theEMAIL_PROPERTY
property. Returnsnull
if the value of theEMAIL_PROPERTY
property isnull
.The address of the electronic mailbox of the responsible organisation or individual.
- Returns:
- the role value of the
EMAIL_PROPERTY
property. - See Also:
-
setEMail
Sets the value of the property that maps to theeMail
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theEMAIL_PROPERTY
property is set tonull
.The address of the electronic mailbox of the responsible organisation or individual.
- Parameters:
aValue
- the role value to set for theEMAIL_PROPERTY
property.
-
getExtension
Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.- Returns:
- the value of the
EXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances. - See Also:
-