Package net.opengis.omeo.eop.v_2_0
Class PlatformType
- java.lang.Object
-
- net.opengis.omeo.eop.v_2_0.PlatformType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class PlatformType extends Object implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Java class for PlatformType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlatformType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="shortName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="serialIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orbitType" type="{http://www.opengis.net/eop/2.0}OrbitTypeValueType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected OrbitTypeValueTypeorbitTypeprotected StringserialIdentifierprotected StringshortName
-
Constructor Summary
Constructors Constructor Description PlatformType()Default no-arg constructorPlatformType(String shortName, String serialIdentifier, OrbitTypeValueType orbitType)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)OrbitTypeValueTypegetOrbitType()Gets the value of the orbitType property.StringgetSerialIdentifier()Gets the value of the serialIdentifier property.StringgetShortName()Gets the value of the shortName property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetOrbitType()booleanisSetSerialIdentifier()booleanisSetShortName()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetOrbitType(OrbitTypeValueType value)Sets the value of the orbitType property.voidsetSerialIdentifier(String value)Sets the value of the serialIdentifier property.voidsetShortName(String value)Sets the value of the shortName property.StringtoString()PlatformTypewithOrbitType(OrbitTypeValueType value)PlatformTypewithSerialIdentifier(String value)PlatformTypewithShortName(String value)
-
-
-
Field Detail
-
shortName
protected String shortName
-
serialIdentifier
protected String serialIdentifier
-
orbitType
protected OrbitTypeValueType orbitType
-
-
Constructor Detail
-
PlatformType
public PlatformType()
Default no-arg constructor
-
PlatformType
public PlatformType(String shortName, String serialIdentifier, OrbitTypeValueType orbitType)
Fully-initialising value constructor
-
-
Method Detail
-
getShortName
public String getShortName()
Gets the value of the shortName property.- Returns:
- possible object is
String
-
setShortName
public void setShortName(String value)
Sets the value of the shortName property.- Parameters:
value- allowed object isString
-
isSetShortName
public boolean isSetShortName()
-
getSerialIdentifier
public String getSerialIdentifier()
Gets the value of the serialIdentifier property.- Returns:
- possible object is
String
-
setSerialIdentifier
public void setSerialIdentifier(String value)
Sets the value of the serialIdentifier property.- Parameters:
value- allowed object isString
-
isSetSerialIdentifier
public boolean isSetSerialIdentifier()
-
getOrbitType
public OrbitTypeValueType getOrbitType()
Gets the value of the orbitType property.- Returns:
- possible object is
OrbitTypeValueType
-
setOrbitType
public void setOrbitType(OrbitTypeValueType value)
Sets the value of the orbitType property.- Parameters:
value- allowed object isOrbitTypeValueType
-
isSetOrbitType
public boolean isSetOrbitType()
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
withShortName
public PlatformType withShortName(String value)
-
withSerialIdentifier
public PlatformType withSerialIdentifier(String value)
-
withOrbitType
public PlatformType withOrbitType(OrbitTypeValueType value)
-
-