Class AttributeBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.aswebdata.data.AttributeBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.String>guardsprotected java.lang.Stringkeyprotected java.lang.Stringnameprotected java.util.List<java.lang.String>subattributesprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description AttributeBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attributebuild()AttributeBuilderguards(java.util.List<java.lang.String> aValue)Sets the value of the guards attribute.AttributeBuilderkey(java.lang.String aValue)Sets the value of the key attribute.AttributeBuildername(java.lang.String aValue)Sets the value of the name attribute.AttributeBuildersubattributes(java.util.List<java.lang.String> aValue)Sets the value of the subattributes attribute.AttributeBuildervalue(java.lang.String aValue)Sets the value of the value attribute.
-
-
-
Method Detail
-
name
public AttributeBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
key
public AttributeBuilder key(java.lang.String aValue)
Sets the value of the key attribute.
-
value
public AttributeBuilder value(java.lang.String aValue)
Sets the value of the value attribute.
-
subattributes
public AttributeBuilder subattributes(java.util.List<java.lang.String> aValue)
Sets the value of the subattributes attribute.
-
guards
public AttributeBuilder guards(java.util.List<java.lang.String> aValue)
Sets the value of the guards attribute.
-
-