java.lang.Object
com.foursoft.harness.vec.v113.VecSize
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,Visitable,Serializable
public class VecSize
extends Object
implements Serializable, Identifiable, ModifiableIdentifiable, Visitable
Defines the size of an element by width & height. Per definition is width > height.
Java class for Size complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Size">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Width" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue"/>
<element name="Height" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecNumericalValueThe height of the element.protected VecNumericalValueThe width of the element.protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the height property.getWidth()Gets the value of the width property.getXmlId()Gets the value of the xmlId property.voidsetHeight(VecNumericalValue value) Sets the value of the height property.voidsetWidth(VecNumericalValue value) Sets the value of the width property.voidSets the value of the xmlId property.toString()
-
Field Details
-
width
The width of the element.
-
height
The height of the element.
-
xmlId
-
-
Constructor Details
-
VecSize
public VecSize()
-
-
Method Details
-
getWidth
Gets the value of the width property.The width of the element.
- Returns:
- possible object is
VecNumericalValue
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getHeight
Gets the value of the height property.The height of the element.
- Returns:
- possible object is
VecNumericalValue
-
setHeight
Sets the value of the height property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getXmlId
Gets the value of the xmlId property.- Specified by:
getXmlIdin interfaceIdentifiable- Returns:
- possible object is
String
-
setXmlId
Sets the value of the xmlId property.- Specified by:
setXmlIdin interfaceModifiableIdentifiable- Parameters:
value- allowed object isString
-
accept
-
toString
-