public class ProgrammingStatusType
extends java.lang.Object
implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for ProgrammingStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProgrammingStatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extension" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="segment" type="{http://www.opengis.net/eosps/2.0}SegmentPropertyType" maxOccurs="unbounded"/>
<element name="cell" type="{http://www.opengis.net/eosps/2.0}GridCellPropertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.opengis.net/gml/3.2}id"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<GridCellPropertyType> |
cell |
protected java.util.List<java.lang.Object> |
extension |
protected java.lang.String |
id |
protected java.util.List<SegmentPropertyType> |
segment |
| Constructor and Description |
|---|
ProgrammingStatusType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.util.List<GridCellPropertyType> |
getCell()
Gets the value of the cell property.
|
java.util.List<java.lang.Object> |
getExtension()
Gets the value of the extension property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<SegmentPropertyType> |
getSegment()
Gets the value of the segment property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetCell() |
boolean |
isSetExtension() |
boolean |
isSetId() |
boolean |
isSetSegment() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setCell(java.util.List<GridCellPropertyType> value) |
void |
setExtension(java.util.List<java.lang.Object> value) |
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setSegment(java.util.List<SegmentPropertyType> value) |
java.lang.String |
toString() |
void |
unsetCell() |
void |
unsetExtension() |
void |
unsetSegment() |
ProgrammingStatusType |
withCell(java.util.Collection<GridCellPropertyType> values) |
ProgrammingStatusType |
withCell(GridCellPropertyType... values) |
ProgrammingStatusType |
withCell(java.util.List<GridCellPropertyType> value) |
ProgrammingStatusType |
withExtension(java.util.Collection<java.lang.Object> values) |
ProgrammingStatusType |
withExtension(java.util.List<java.lang.Object> value) |
ProgrammingStatusType |
withExtension(java.lang.Object... values) |
ProgrammingStatusType |
withId(java.lang.String value) |
ProgrammingStatusType |
withSegment(java.util.Collection<SegmentPropertyType> values) |
ProgrammingStatusType |
withSegment(java.util.List<SegmentPropertyType> value) |
ProgrammingStatusType |
withSegment(SegmentPropertyType... values) |
protected java.util.List<java.lang.Object> extension
protected java.util.List<SegmentPropertyType> segment
protected java.util.List<GridCellPropertyType> cell
protected java.lang.String id
public java.util.List<java.lang.Object> getExtension()
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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetExtension()
public void unsetExtension()
public java.util.List<SegmentPropertyType> getSegment()
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 segment property.
For example, to add a new item, do as follows:
getSegment().add(newItem);
Objects of the following type(s) are allowed in the list
SegmentPropertyType
public boolean isSetSegment()
public void unsetSegment()
public java.util.List<GridCellPropertyType> getCell()
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 cell property.
For example, to add a new item, do as follows:
getCell().add(newItem);
Objects of the following type(s) are allowed in the list
GridCellPropertyType
public boolean isSetCell()
public void unsetCell()
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetId()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void setExtension(java.util.List<java.lang.Object> value)
public void setSegment(java.util.List<SegmentPropertyType> value)
public void setCell(java.util.List<GridCellPropertyType> value)
public ProgrammingStatusType withExtension(java.lang.Object... values)
public ProgrammingStatusType withExtension(java.util.Collection<java.lang.Object> values)
public ProgrammingStatusType withSegment(SegmentPropertyType... values)
public ProgrammingStatusType withSegment(java.util.Collection<SegmentPropertyType> values)
public ProgrammingStatusType withCell(GridCellPropertyType... values)
public ProgrammingStatusType withCell(java.util.Collection<GridCellPropertyType> values)
public ProgrammingStatusType withId(java.lang.String value)
public ProgrammingStatusType withExtension(java.util.List<java.lang.Object> value)
public ProgrammingStatusType withSegment(java.util.List<SegmentPropertyType> value)
public ProgrammingStatusType withCell(java.util.List<GridCellPropertyType> value)
Copyright © 2008-2021. All Rights Reserved.