|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.swecommon.v_2_0.AbstractSWEType
net.opengis.swecommon.v_2_0.BlockType
public class BlockType
Java class for BlockType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BlockType">
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractSWEType">
<attribute name="compression" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="encryption" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="paddingBytes-after" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="paddingBytes-before" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="byteLength" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
byteLength
|
protected String |
compression
|
protected String |
encryption
|
protected BigInteger |
paddingBytesAfter
|
protected BigInteger |
paddingBytesBefore
|
protected String |
ref
|
| Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType |
|---|
extension, id |
| Constructor Summary | |
|---|---|
BlockType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
|
BigInteger |
getByteLength()
Gets the value of the byteLength property. |
String |
getCompression()
Gets the value of the compression property. |
String |
getEncryption()
Gets the value of the encryption property. |
BigInteger |
getPaddingBytesAfter()
Gets the value of the paddingBytesAfter property. |
BigInteger |
getPaddingBytesBefore()
Gets the value of the paddingBytesBefore property. |
String |
getRef()
Gets the value of the ref property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetByteLength()
|
boolean |
isSetCompression()
|
boolean |
isSetEncryption()
|
boolean |
isSetPaddingBytesAfter()
|
boolean |
isSetPaddingBytesBefore()
|
boolean |
isSetRef()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setByteLength(BigInteger value)
Sets the value of the byteLength property. |
void |
setCompression(String value)
Sets the value of the compression property. |
void |
setEncryption(String value)
Sets the value of the encryption property. |
void |
setPaddingBytesAfter(BigInteger value)
Sets the value of the paddingBytesAfter property. |
void |
setPaddingBytesBefore(BigInteger value)
Sets the value of the paddingBytesBefore property. |
void |
setRef(String value)
Sets the value of the ref property. |
String |
toString()
|
BlockType |
withByteLength(BigInteger value)
|
BlockType |
withCompression(String value)
|
BlockType |
withEncryption(String value)
|
BlockType |
withExtension(Collection<Object> values)
|
BlockType |
withExtension(List<Object> value)
|
BlockType |
withExtension(Object... values)
|
BlockType |
withId(String value)
|
BlockType |
withPaddingBytesAfter(BigInteger value)
|
BlockType |
withPaddingBytesBefore(BigInteger value)
|
BlockType |
withRef(String value)
|
| Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType |
|---|
getExtension, getId, isSetExtension, isSetId, setExtension, setId, unsetExtension |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String compression
protected String encryption
protected BigInteger paddingBytesAfter
protected BigInteger paddingBytesBefore
protected BigInteger byteLength
protected String ref
| Constructor Detail |
|---|
public BlockType()
| Method Detail |
|---|
public String getCompression()
Stringpublic void setCompression(String value)
value - allowed object is
Stringpublic boolean isSetCompression()
public String getEncryption()
Stringpublic void setEncryption(String value)
value - allowed object is
Stringpublic boolean isSetEncryption()
public BigInteger getPaddingBytesAfter()
BigIntegerpublic void setPaddingBytesAfter(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetPaddingBytesAfter()
public BigInteger getPaddingBytesBefore()
BigIntegerpublic void setPaddingBytesBefore(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetPaddingBytesBefore()
public BigInteger getByteLength()
BigIntegerpublic void setByteLength(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetByteLength()
public String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic boolean isSetRef()
public String toString()
toString in class AbstractSWEType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractSWEType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractSWEType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractSWETypepublic boolean equals(Object object)
equals in class AbstractSWEType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractSWETypepublic int hashCode()
hashCode in class AbstractSWETypepublic Object clone()
clone in class AbstractSWETypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractSWEType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractSWETypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class AbstractSWEType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractSWEType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractSWETypepublic BlockType withCompression(String value)
public BlockType withEncryption(String value)
public BlockType withPaddingBytesAfter(BigInteger value)
public BlockType withPaddingBytesBefore(BigInteger value)
public BlockType withByteLength(BigInteger value)
public BlockType withRef(String value)
public BlockType withExtension(Object... values)
withExtension in class AbstractSWETypepublic BlockType withExtension(Collection<Object> values)
withExtension in class AbstractSWETypepublic BlockType withId(String value)
withId in class AbstractSWETypepublic BlockType withExtension(List<Object> value)
withExtension in class AbstractSWEType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||