Package org.cip4.lib.xjdf.schema
Class GangInfo
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.GangInfo
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class GangInfo extends java.lang.Object implements java.io.SerializableJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Amount" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="GangName" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GangInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.FloatgetAmount()Gets the value of the amount property.java.lang.StringgetGangName()Gets the value of the gangName property.java.util.Map<javax.xml.namespace.QName,java.lang.String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.inthashCode()voidsetAmount(java.lang.Float value)Sets the value of the amount property.voidsetGangName(java.lang.String value)Sets the value of the gangName property.GangInfowithAmount(java.lang.Float value)GangInfowithGangName(java.lang.String value)
-
-
-
Method Detail
-
getAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.Float getAmount()Gets the value of the amount property.- Returns:
- possible object is
Float
-
setAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setAmount(java.lang.Float value)Sets the value of the amount property.- Parameters:
value- allowed object isFloat
-
getGangName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.String getGangName()Gets the value of the gangName property.- Returns:
- possible object is
String
-
setGangName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setGangName(java.lang.String value)Sets the value of the gangName property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
withAmount
public GangInfo withAmount(java.lang.Float value)
-
withGangName
public GangInfo withGangName(java.lang.String value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-